Html Css Color HEX #772149 Pompadour

📋 copy color: '#772149'

red 119 ◦ green 33 ◦ blue 73

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

Shades of Pompadour #772149

Tints of Pompadour #772149

RGB

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

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

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

R = 52.89%
G = 14.67%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772149 (or 0x772149) is known color: Pompadour. HEX triplet: 77, 21 and 49. RGB value is (119,33,73). Sum of RGB (Red+Green+Blue) = 119+33+73=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772149 is #88DEB6. Grayscale: #3F3F3F. Windows color (decimal): -8969911 or 4792695. OLE color: 4792695.

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

Color convert

RGB 119 33 73 -
CMYK 0 0.72 0.39 0.53
HSL 332.09º 0.57% 0.3% -
HSV(B) 332.09º 0.72% 0.47% -
XYZ 9.35 5.49 6.87 -
YUV 63.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 119 33 73 0 0.72 0.39 0.53 332.09 0.57 0.3
Hex 77 21 49 0 48 27 35 14C 39 1E
Octal 167 41 111 0 110 47 65 514 71 36
Binary 1110111 100001 1001001 0 1001000 100111 110101 101001100 111001 11110

Color Harmonies of #772149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772149

Black with #772149

Text Example


Text Example

White with #772149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772149; }

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

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

background-color css

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

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

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

border-color css

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

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

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