Html Css Color HEX #76214E Pompadour

📋 copy color: '#76214E'

red 118 ◦ green 33 ◦ blue 78

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

Shades of Pompadour #76214E

Tints of Pompadour #76214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 78 (30.86% from 255) = 34.06%

R = 51.53%
G = 14.41%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76214E (or 0x76214E) is known color: Pompadour. HEX triplet: 76, 21 and 4E. RGB value is (118,33,78). Sum of RGB (Red+Green+Blue) = 118+33+78=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76214E is #89DEB1. Grayscale: #3F3F3F. Windows color (decimal): -9035442 or 5120374. OLE color: 5120374.

HSL color Cylindrical-coordinate representation of color #76214E: hue angle of 328.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76214E is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 78 -
CMYK 0 0.72 0.34 0.54
HSL 328.24º 0.56% 0.3% -
HSV(B) 328.24º 0.72% 0.46% -
XYZ 9.39 5.49 7.77 -
YUV 63.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 118 33 78 0 0.72 0.34 0.54 328.24 0.56 0.3
Hex 76 21 4E 0 48 22 36 148 38 1E
Octal 166 41 116 0 110 42 66 510 70 36
Binary 1110110 100001 1001110 0 1001000 100010 110110 101001000 111000 11110

Color Harmonies of #76214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76214E

Black with #76214E

Text Example


Text Example

White with #76214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76214E; }

 p { color: rgb(118,33,78); }

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

background-color css

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

 a { background-color: rgb(118,33,78); }

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

border-color css

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

 span { border-color: rgb(118,33,78); }

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