Html Css Color HEX #77113E Pompadour

📋 copy color: '#77113E'

red 119 ◦ green 17 ◦ blue 62

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

Shades of Pompadour #77113E

Tints of Pompadour #77113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.59%

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

R = 60.1%
G = 8.59%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77113E (or 0x77113E) is known color: Pompadour. HEX triplet: 77, 11 and 3E. RGB value is (119,17,62). Sum of RGB (Red+Green+Blue) = 119+17+62=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77113E is #88EEC1. Grayscale: #343434. Windows color (decimal): -8974018 or 4067703. OLE color: 4067703.

HSL color Cylindrical-coordinate representation of color #77113E: hue angle of 333.53º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77113E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 62 -
CMYK 0 0.86 0.48 0.53
HSL 333.53º 0.75% 0.27% -
HSV(B) 333.53º 0.86% 0.47% -
XYZ 8.68 4.67 5 -
YUV 52.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 119 17 62 0 0.86 0.48 0.53 333.53 0.75 0.27
Hex 77 11 3E 0 56 30 35 14E 4B 1B
Octal 167 21 76 0 126 60 65 516 113 33
Binary 1110111 10001 111110 0 1010110 110000 110101 101001110 1001011 11011

Color Harmonies of #77113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77113E

Black with #77113E

Text Example


Text Example

White with #77113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77113E;
 }
 .AnyTagClassName
 {
   color: #77113E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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