Html Css Color HEX #772040 Pompadour

📋 copy color: '#772040'

red 119 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #772040

Tints of Pompadour #772040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.77%

R = 55.35%
G = 14.88%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#772040 (or 0x772040) is known color: Pompadour. HEX triplet: 77, 20 and 40. RGB value is (119,32,64). Sum of RGB (Red+Green+Blue) = 119+32+64=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #772040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772040 is #88DFBF. Grayscale: #3D3D3D. Windows color (decimal): -8970176 or 4202615. OLE color: 4202615.

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

Color convert

RGB 119 32 64 -
CMYK 0 0.73 0.46 0.53
HSL 337.93º 0.58% 0.3% -
HSV(B) 337.93º 0.73% 0.47% -
XYZ 9.05 5.33 5.4 -
YUV 61.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 119 32 64 0 0.73 0.46 0.53 337.93 0.58 0.3
Hex 77 20 40 0 49 2E 35 152 3A 1E
Octal 167 40 100 0 111 56 65 522 72 36
Binary 1110111 100000 1000000 0 1001001 101110 110101 101010010 111010 11110

Color Harmonies of #772040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772040

Black with #772040

Text Example


Text Example

White with #772040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772040; }

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

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

background-color css

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

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

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

border-color css

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

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

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