Html Css Color HEX #76204D Pompadour

📋 copy color: '#76204D'

red 118 ◦ green 32 ◦ blue 77

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

Shades of Pompadour #76204D

Tints of Pompadour #76204D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 51.98%
G = 14.1%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76204D (or 0x76204D) is known color: Pompadour. HEX triplet: 76, 20 and 4D. RGB value is (118,32,77). Sum of RGB (Red+Green+Blue) = 118+32+77=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76204D is #89DFB2. Grayscale: #3E3E3E. Windows color (decimal): -9035699 or 5054582. OLE color: 5054582.

HSL color Cylindrical-coordinate representation of color #76204D: hue angle of 328.6º 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 #76204D is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 77 -
CMYK 0 0.73 0.35 0.54
HSL 328.6º 0.57% 0.29% -
HSV(B) 328.6º 0.73% 0.46% -
XYZ 9.33 5.42 7.58 -
YUV 62.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 118 32 77 0 0.73 0.35 0.54 328.6 0.57 0.29
Hex 76 20 4D 0 49 23 36 149 39 1D
Octal 166 40 115 0 111 43 66 511 71 35
Binary 1110110 100000 1001101 0 1001001 100011 110110 101001001 111001 11101

Color Harmonies of #76204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76204D

Black with #76204D

Text Example


Text Example

White with #76204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76204D; }

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

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

background-color css

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

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

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

border-color css

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

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

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