#77174B

Color #77174B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #77174B

Tints of Pompadour #77174B

Color information

#77174B (or 0x77174B) is unknown color: approx Pompadour. HEX triplet: 77, 17 and 4B. RGB value is (119,23,75). Sum of RGB (Red+Green+Blue) = 119+23+75=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77174B is #88E8B4. Grayscale: #393939. Windows color (decimal): -8972469 or 4921207. OLE color: 4921207.

HSL color Cylindrical-coordinate representation of color #77174B: hue angle of 327.5º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77174B is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1192375-
CMYK00.810.370.53
HSL327.5º67.61%27.84%-
HSV(B)327.5º80.67%46.67%-
XYZ9.185.047.15-
YUV57.63137.8171.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=54.84%
G=10.60%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119237500.810.370.53327.567.6127.84
Hex77174B0512535148441c
Octal167271130121456551010434
Binary111011110111100101101010001100101110101101001000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77174B; }

 p { color: rgb(119,23,75); }

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

<style>
 a { background-color: #77174B; }

 a { background-color: rgb(119,23,75); }

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

<style>
 span { border-color: #77174B; }

 span { border-color: rgb(119,23,75); }

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