#77254D

Color #77254D Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #77254D

Tints of Flirt #77254D

Color information

#77254D (or 0x77254D) is unknown color: approx Flirt. HEX triplet: 77, 25 and 4D. RGB value is (119,37,77). Sum of RGB (Red+Green+Blue) = 119+37+77=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77254D is #88DAB2. Grayscale: #424242. Windows color (decimal): -8968883 or 5055863. OLE color: 5055863.

HSL color Cylindrical-coordinate representation of color #77254D: hue angle of 330.73º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77254D is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1193777-
CMYK00.690.350.53
HSL330.73º52.56%30.59%-
HSV(B)330.73º68.91%46.67%-
XYZ9.615.787.63-
YUV66.08134.17165.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=51.07%
G=15.88%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119377700.690.350.53330.7352.5630.59
Hex77254D045233514b351f
Octal16745115010543655136537
Binary111011110010110011010100010110001111010110100101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77254D; }

 p { color: rgb(119,37,77); }

 H1.HeaderClassName
 {
   color: #77254D;
 }
 .AnyTagClassName
 {
   color: #77254D;
 }
</style>
background-color css

<style>
 a { background-color: #77254D; }

 a { background-color: rgb(119,37,77); }

 div.DivClassName
 {
   background-color: #77254D;
 }
 .BgClassName
 {
   background-color: #77254D;
 }
</style>
border-color css

<style>
 span { border-color: #77254D; }

 span { border-color: rgb(119,37,77); }

 td.TdClassName
 {
   border-color: #77254D;
 }
 .TagClassName
 {
   border-color: #77254D;
 }
</style>