Html Css Color HEX #76204F Pompadour

📋 copy color: '#76204F'

red 118 ◦ green 32 ◦ blue 79

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

Shades of Pompadour #76204F

Tints of Pompadour #76204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 51.53%
G = 13.97%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76204F (or 0x76204F) is known color: Pompadour. HEX triplet: 76, 20 and 4F. RGB value is (118,32,79). Sum of RGB (Red+Green+Blue) = 118+32+79=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76204F is #89DFB0. Grayscale: #3E3E3E. Windows color (decimal): -9035697 or 5185654. OLE color: 5185654.

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

Color convert

RGB 118 32 79 -
CMYK 0 0.73 0.33 0.54
HSL 327.21º 0.57% 0.29% -
HSV(B) 327.21º 0.73% 0.46% -
XYZ 9.4 5.45 7.95 -
YUV 63.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 118 32 79 0 0.73 0.33 0.54 327.21 0.57 0.29
Hex 76 20 4F 0 49 21 36 147 39 1D
Octal 166 40 117 0 111 41 66 507 71 35
Binary 1110110 100000 1001111 0 1001001 100001 110110 101000111 111001 11101

Color Harmonies of #76204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76204F

Black with #76204F

Text Example


Text Example

White with #76204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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