#77123C

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

Shades of Pompadour #77123C

Tints of Pompadour #77123C

Color information

#77123C (or 0x77123C) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 3C. RGB value is (119,18,60). Sum of RGB (Red+Green+Blue) = 119+18+60=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77123C is #88EDC3. Grayscale: #343434. Windows color (decimal): -8973764 or 3936887. OLE color: 3936887.

HSL color Cylindrical-coordinate representation of color #77123C: hue angle of 335.05º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77123C is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1191860-
CMYK00.850.500.53
HSL335.05º73.72%26.86%-
HSV(B)335.05º84.87%46.67%-
XYZ8.644.684.72-
YUV52.99131.96175.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 60.41%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=60.41%
G=9.14%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119186000.850.500.53335.0573.7226.86
Hex77123C055323514f4a1b
Octal16722740125626551711233
Binary11101111001011110001010101110010110101101001111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77123C; }

 p { color: rgb(119,18,60); }

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

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

 a { background-color: rgb(119,18,60); }

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

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

 span { border-color: rgb(119,18,60); }

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