Html Css Color HEX #77123E Pompadour

📋 copy color: '#77123E'

red 119 ◦ green 18 ◦ blue 62

#77123E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #77123E

Tints of Pompadour #77123E

RGB

 RED value IS 119 (46.88% from 255) = 59.8%

 GREEN value IS 18 (7.42% from 255) = 9.05%

 BLUE value IS 62 (24.61% from 255) = 31.16%

R = 59.8%
G = 9.05%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77123E (or 0x77123E) is known color: 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

RGB 119 18 62 -
CMYK 0 0.85 0.48 0.53
HSL 333.86º 0.74% 0.27% -
HSV(B) 333.86º 0.85% 0.47% -
XYZ 8.69 4.7 5.01 -
YUV 53.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 119 18 62 0 0.85 0.48 0.53 333.86 0.74 0.27
Hex 77 12 3E 0 55 30 35 14E 4A 1B
Octal 167 22 76 0 125 60 65 516 112 33
Binary 1110111 10010 111110 0 1010101 110000 110101 101001110 1001010 11011

Color Harmonies of #77123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77123E

Black with #77123E

Text Example


Text Example

White with #77123E

Text Example


Text Example

HTML Codes & Css Web 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>