Html Css Color HEX #772044 Pompadour

📋 copy color: '#772044'

red 119 ◦ green 32 ◦ blue 68

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

Shades of Pompadour #772044

Tints of Pompadour #772044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

 BLUE value IS 68 (26.95% from 255) = 31.05%

R = 54.34%
G = 14.61%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#772044 (or 0x772044) is known color: Pompadour. HEX triplet: 77, 20 and 44. RGB value is (119,32,68). Sum of RGB (Red+Green+Blue) = 119+32+68=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #772044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772044 is #88DFBB. Grayscale: #3E3E3E. Windows color (decimal): -8970172 or 4464759. OLE color: 4464759.

HSL color Cylindrical-coordinate representation of color #772044: hue angle of 335.17º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772044 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 68 -
CMYK 0 0.73 0.43 0.53
HSL 335.17º 0.58% 0.3% -
HSV(B) 335.17º 0.73% 0.47% -
XYZ 9.17 5.37 6.02 -
YUV 62.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 119 32 68 0 0.73 0.43 0.53 335.17 0.58 0.3
Hex 77 20 44 0 49 2B 35 14F 3A 1E
Octal 167 40 104 0 111 53 65 517 72 36
Binary 1110111 100000 1000100 0 1001001 101011 110101 101001111 111010 11110

Color Harmonies of #772044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772044

Black with #772044

Text Example


Text Example

White with #772044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772044; }

 p { color: rgb(119,32,68); }

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

background-color css

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

 a { background-color: rgb(119,32,68); }

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

border-color css

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

 span { border-color: rgb(119,32,68); }

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