Html Css Color HEX #77163E Pompadour

📋 copy color: '#77163E'

red 119 ◦ green 22 ◦ blue 62

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

Shades of Pompadour #77163E

Tints of Pompadour #77163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

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

R = 58.62%
G = 10.84%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77163E (or 0x77163E) is known color: Pompadour. HEX triplet: 77, 16 and 3E. RGB value is (119,22,62). Sum of RGB (Red+Green+Blue) = 119+22+62=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77163E is #88E9C1. Grayscale: #373737. Windows color (decimal): -8972738 or 4068983. OLE color: 4068983.

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

Color convert

RGB 119 22 62 -
CMYK 0 0.82 0.48 0.53
HSL 335.26º 0.69% 0.28% -
HSV(B) 335.26º 0.82% 0.47% -
XYZ 8.76 4.84 5.03 -
YUV 55.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 119 22 62 0 0.82 0.48 0.53 335.26 0.69 0.28
Hex 77 16 3E 0 52 30 35 14F 45 1C
Octal 167 26 76 0 122 60 65 517 105 34
Binary 1110111 10110 111110 0 1010010 110000 110101 101001111 1000101 11100

Color Harmonies of #77163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77163E

Black with #77163E

Text Example


Text Example

White with #77163E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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