Html Css Color HEX #762040 Pompadour

📋 copy color: '#762040'

red 118 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #762040

Tints of Pompadour #762040

RGB

 RED value IS 118 (46.48% from 255) = 55.14%

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

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

R = 55.14%
G = 14.95%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#762040 (or 0x762040) is known color: Pompadour. HEX triplet: 76, 20 and 40. RGB value is (118,32,64). Sum of RGB (Red+Green+Blue) = 118+32+64=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #762040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762040 is #89DFBF. Grayscale: #3D3D3D. Windows color (decimal): -9035712 or 4202614. OLE color: 4202614.

HSL color Cylindrical-coordinate representation of color #762040: hue angle of 337.67º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762040 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 64 -
CMYK 0 0.73 0.46 0.54
HSL 337.67º 0.57% 0.29% -
HSV(B) 337.67º 0.73% 0.46% -
XYZ 8.91 5.25 5.39 -
YUV 61.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 118 32 64 0 0.73 0.46 0.54 337.67 0.57 0.29
Hex 76 20 40 0 49 2E 36 152 39 1D
Octal 166 40 100 0 111 56 66 522 71 35
Binary 1110110 100000 1000000 0 1001001 101110 110110 101010010 111001 11101

Color Harmonies of #762040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762040

Black with #762040

Text Example


Text Example

White with #762040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762040; }

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

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

background-color css

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

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

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

border-color css

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

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

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