Html Css Color HEX #772146 Pompadour

📋 copy color: '#772146'

red 119 ◦ green 33 ◦ blue 70

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

Shades of Pompadour #772146

Tints of Pompadour #772146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 53.6%
G = 14.86%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#772146 (or 0x772146) is known color: Pompadour. HEX triplet: 77, 21 and 46. RGB value is (119,33,70). Sum of RGB (Red+Green+Blue) = 119+33+70=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #772146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772146 is #88DEB9. Grayscale: #3E3E3E. Windows color (decimal): -8969914 or 4596087. OLE color: 4596087.

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

Color convert

RGB 119 33 70 -
CMYK 0 0.72 0.41 0.53
HSL 334.19º 0.57% 0.3% -
HSV(B) 334.19º 0.72% 0.47% -
XYZ 9.26 5.45 6.36 -
YUV 62.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 119 33 70 0 0.72 0.41 0.53 334.19 0.57 0.3
Hex 77 21 46 0 48 29 35 14E 39 1E
Octal 167 41 106 0 110 51 65 516 71 36
Binary 1110111 100001 1000110 0 1001000 101001 110101 101001110 111001 11110

Color Harmonies of #772146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772146

Black with #772146

Text Example


Text Example

White with #772146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772146; }

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

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

background-color css

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

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

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

border-color css

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

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

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