Html Css Color HEX #772148 Pompadour

📋 copy color: '#772148'

red 119 ◦ green 33 ◦ blue 72

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

Shades of Pompadour #772148

Tints of Pompadour #772148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 53.13%
G = 14.73%
B = 32.14%

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

#772148 (or 0x772148) is known color: Pompadour. HEX triplet: 77, 21 and 48. RGB value is (119,33,72). Sum of RGB (Red+Green+Blue) = 119+33+72=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #772148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772148 is #88DEB7. Grayscale: #3F3F3F. Windows color (decimal): -8969912 or 4727159. OLE color: 4727159.

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

Color convert

RGB 119 33 72 -
CMYK 0 0.72 0.39 0.53
HSL 332.79º 0.57% 0.3% -
HSV(B) 332.79º 0.72% 0.47% -
XYZ 9.32 5.48 6.7 -
YUV 63.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 119 33 72 0 0.72 0.39 0.53 332.79 0.57 0.3
Hex 77 21 48 0 48 27 35 14D 39 1E
Octal 167 41 110 0 110 47 65 515 71 36
Binary 1110111 100001 1001000 0 1001000 100111 110101 101001101 111001 11110

Color Harmonies of #772148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772148

Black with #772148

Text Example


Text Example

White with #772148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772148; }

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

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

background-color css

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

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

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

border-color css

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

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

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