Html Css Color HEX #772147 Pompadour

📋 copy color: '#772147'

red 119 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #772147

Tints of Pompadour #772147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 53.36%
G = 14.8%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#772147 (or 0x772147) is known color: Pompadour. HEX triplet: 77, 21 and 47. RGB value is (119,33,71). Sum of RGB (Red+Green+Blue) = 119+33+71=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #772147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772147 is #88DEB8. Grayscale: #3E3E3E. Windows color (decimal): -8969913 or 4661623. OLE color: 4661623.

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

Color convert

RGB 119 33 71 -
CMYK 0 0.72 0.40 0.53
HSL 333.49º 0.57% 0.3% -
HSV(B) 333.49º 0.72% 0.47% -
XYZ 9.29 5.46 6.53 -
YUV 63.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 119 33 71 0 0.72 0.40 0.53 333.49 0.57 0.3
Hex 77 21 47 0 48 28 35 14D 39 1E
Octal 167 41 107 0 110 50 65 515 71 36
Binary 1110111 100001 1000111 0 1001000 101000 110101 101001101 111001 11110

Color Harmonies of #772147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772147

Black with #772147

Text Example


Text Example

White with #772147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772147; }

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

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

background-color css

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

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

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

border-color css

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

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

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