Html Css Color HEX #770E49 Pompadour

📋 copy color: '#770E49'

red 119 ◦ green 14 ◦ blue 73

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

Shades of Pompadour #770E49

Tints of Pompadour #770E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.44%

R = 57.77%
G = 6.8%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770E49 (or 0x770E49) is known color: Pompadour. HEX triplet: 77, 0E and 49. RGB value is (119,14,73). Sum of RGB (Red+Green+Blue) = 119+14+73=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #770E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E49 is #88F1B6. Grayscale: #333333. Windows color (decimal): -8974775 or 4787831. OLE color: 4787831.

HSL color Cylindrical-coordinate representation of color #770E49: hue angle of 326.29º 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 #770E49 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 14 73 -
CMYK 0 0.88 0.39 0.53
HSL 326.29º 0.79% 0.26% -
HSV(B) 326.29º 0.88% 0.47% -
XYZ 8.97 4.72 6.74 -
YUV 52.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 119 14 73 0 0.88 0.39 0.53 326.29 0.79 0.26
Hex 77 E 49 0 58 27 35 146 4F 1A
Octal 167 16 111 0 130 47 65 506 117 32
Binary 1110111 1110 1001001 0 1011000 100111 110101 101000110 1001111 11010

Color Harmonies of #770E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E49

Black with #770E49

Text Example


Text Example

White with #770E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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