#77174F

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

Shades of Pompadour #77174F

Tints of Pompadour #77174F

Color information

#77174F (or 0x77174F) is unknown color: approx Pompadour. HEX triplet: 77, 17 and 4F. RGB value is (119,23,79). Sum of RGB (Red+Green+Blue) = 119+23+79=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77174F is #88E8B0. Grayscale: #393939. Windows color (decimal): -8972465 or 5183351. OLE color: 5183351.

HSL color Cylindrical-coordinate representation of color #77174F: hue angle of 325º 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 #77174F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1192379-
CMYK00.810.340.53
HSL325º67.61%27.84%-
HSV(B)325º80.67%46.67%-
XYZ9.335.17.89-
YUV58.09139.8171.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=53.85%
G=10.41%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119237900.810.340.5332567.6127.84
Hex77174F0512235145441c
Octal167271170121426550510434
Binary111011110111100111101010001100010110101101000101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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