Html Css Color HEX #770E51 Pompadour

📋 copy color: '#770E51'

red 119 ◦ green 14 ◦ blue 81

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

Shades of Pompadour #770E51

Tints of Pompadour #770E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.54%

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 55.61%
G = 6.54%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#770E51 (or 0x770E51) is known color: Pompadour. HEX triplet: 77, 0E and 51. RGB value is (119,14,81). Sum of RGB (Red+Green+Blue) = 119+14+81=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #770E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E51 is #88F1AE. Grayscale: #343434. Windows color (decimal): -8974767 or 5312119. OLE color: 5312119.

HSL color Cylindrical-coordinate representation of color #770E51: hue angle of 321.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E51 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 14 81 -
CMYK 0 0.88 0.32 0.53
HSL 321.71º 0.79% 0.26% -
HSV(B) 321.71º 0.88% 0.47% -
XYZ 9.25 4.83 8.23 -
YUV 53.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 119 14 81 0 0.88 0.32 0.53 321.71 0.79 0.26
Hex 77 E 51 0 58 20 35 142 4F 1A
Octal 167 16 121 0 130 40 65 502 117 32
Binary 1110111 1110 1010001 0 1011000 100000 110101 101000010 1001111 11010

Color Harmonies of #770E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E51

Black with #770E51

Text Example


Text Example

White with #770E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770E51; }

 p { color: rgb(119,14,81); }

 H1.HeaderClassName
 {
   color: #770E51;
 }
 .AnyTagClassName
 {
   color: #770E51;
 }
</style>

background-color css

<style>
 a { background-color: #770E51; }

 a { background-color: rgb(119,14,81); }

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

border-color css

<style>
 span { border-color: #770E51; }

 span { border-color: rgb(119,14,81); }

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