#77123E

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

Shades of Pompadour #77123E

Tints of Pompadour #77123E

Color information

#77123E (or 0x77123E) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 3E. RGB value is (119,18,62). Sum of RGB (Red+Green+Blue) = 119+18+62=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77123E is #88EDC1. Grayscale: #353535. Windows color (decimal): -8973762 or 4067959. OLE color: 4067959.

HSL color Cylindrical-coordinate representation of color #77123E: hue angle of 333.86º 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 #77123E is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1191862-
CMYK00.850.480.53
HSL333.86º73.72%26.86%-
HSV(B)333.86º84.87%46.67%-
XYZ8.694.75.01-
YUV53.21132.96174.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=59.80%
G=9.05%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119186200.850.480.53333.8673.7226.86
Hex77123E055303514e4a1b
Octal16722760125606551611233
Binary11101111001011111001010101110000110101101001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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