#771640

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

Shades of Pompadour #771640

Tints of Pompadour #771640

Color information

#771640 (or 0x771640) is unknown color: approx Pompadour. HEX triplet: 77, 16 and 40. RGB value is (119,22,64). Sum of RGB (Red+Green+Blue) = 119+22+64=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #771640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771640 is #88E9BF. Grayscale: #373737. Windows color (decimal): -8972736 or 4200055. OLE color: 4200055.

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

Color convert

RGB1192264-
CMYK00.820.460.53
HSL334.02º68.79%27.65%-
HSV(B)334.02º81.51%46.67%-
XYZ8.824.875.32-
YUV55.79132.64173.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=58.05%
G=10.73%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119226400.820.460.53334.0268.7927.65
Hex7716400522E3514e451c
Octal167261000122566551610534
Binary111011110110100000001010010101110110101101001110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771640; }

 p { color: rgb(119,22,64); }

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

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

 a { background-color: rgb(119,22,64); }

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

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

 span { border-color: rgb(119,22,64); }

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