Html Css Color HEX #772046 Pompadour

📋 copy color: '#772046'

red 119 ◦ green 32 ◦ blue 70

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

Shades of Pompadour #772046

Tints of Pompadour #772046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

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

R = 53.85%
G = 14.48%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#772046 (or 0x772046) is known color: Pompadour. HEX triplet: 77, 20 and 46. RGB value is (119,32,70). Sum of RGB (Red+Green+Blue) = 119+32+70=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #772046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772046 is #88DFB9. Grayscale: #3E3E3E. Windows color (decimal): -8970170 or 4595831. OLE color: 4595831.

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

Color convert

RGB 119 32 70 -
CMYK 0 0.73 0.41 0.53
HSL 333.79º 0.58% 0.3% -
HSV(B) 333.79º 0.73% 0.47% -
XYZ 9.23 5.4 6.35 -
YUV 62.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 119 32 70 0 0.73 0.41 0.53 333.79 0.58 0.3
Hex 77 20 46 0 49 29 35 14E 3A 1E
Octal 167 40 106 0 111 51 65 516 72 36
Binary 1110111 100000 1000110 0 1001001 101001 110101 101001110 111010 11110

Color Harmonies of #772046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772046

Black with #772046

Text Example


Text Example

White with #772046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772046; }

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

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

background-color css

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

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

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

border-color css

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

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

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