Html Css Color HEX #77113F Pompadour

📋 copy color: '#77113F'

red 119 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #77113F

Tints of Pompadour #77113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 59.8%
G = 8.54%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77113F (or 0x77113F) is known color: Pompadour. HEX triplet: 77, 11 and 3F. RGB value is (119,17,63). Sum of RGB (Red+Green+Blue) = 119+17+63=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77113F is #88EEC0. Grayscale: #343434. Windows color (decimal): -8974017 or 4133239. OLE color: 4133239.

HSL color Cylindrical-coordinate representation of color #77113F: hue angle of 332.94º 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 #77113F is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 63 -
CMYK 0 0.86 0.47 0.53
HSL 332.94º 0.75% 0.27% -
HSV(B) 332.94º 0.86% 0.47% -
XYZ 8.71 4.68 5.15 -
YUV 52.74 133.79 175.26 -
System Red Green Blue C M Y K H S L
Decimal 119 17 63 0 0.86 0.47 0.53 332.94 0.75 0.27
Hex 77 11 3F 0 56 2F 35 14D 4B 1B
Octal 167 21 77 0 126 57 65 515 113 33
Binary 1110111 10001 111111 0 1010110 101111 110101 101001101 1001011 11011

Color Harmonies of #77113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77113F

Black with #77113F

Text Example


Text Example

White with #77113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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