Html Css Color HEX #772144 Pompadour

📋 copy color: '#772144'

red 119 ◦ green 33 ◦ blue 68

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

Shades of Pompadour #772144

Tints of Pompadour #772144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

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

R = 54.09%
G = 15%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#772144 (or 0x772144) is known color: Pompadour. HEX triplet: 77, 21 and 44. RGB value is (119,33,68). Sum of RGB (Red+Green+Blue) = 119+33+68=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #772144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772144 is #88DEBB. Grayscale: #3E3E3E. Windows color (decimal): -8969916 or 4465015. OLE color: 4465015.

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

Color convert

RGB 119 33 68 -
CMYK 0 0.72 0.43 0.53
HSL 335.58º 0.57% 0.3% -
HSV(B) 335.58º 0.72% 0.47% -
XYZ 9.19 5.43 6.03 -
YUV 62.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 119 33 68 0 0.72 0.43 0.53 335.58 0.57 0.3
Hex 77 21 44 0 48 2B 35 150 39 1E
Octal 167 41 104 0 110 53 65 520 71 36
Binary 1110111 100001 1000100 0 1001000 101011 110101 101010000 111001 11110

Color Harmonies of #772144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772144

Black with #772144

Text Example


Text Example

White with #772144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772144; }

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

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

background-color css

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

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

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

border-color css

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

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

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