Html Css Color HEX #76224D Pompadour

📋 copy color: '#76224D'

red 118 ◦ green 34 ◦ blue 77

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

Shades of Pompadour #76224D

Tints of Pompadour #76224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

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

R = 51.53%
G = 14.85%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76224D (or 0x76224D) is known color: Pompadour. HEX triplet: 76, 22 and 4D. RGB value is (118,34,77). Sum of RGB (Red+Green+Blue) = 118+34+77=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76224D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76224D is #89DDB2. Grayscale: #3F3F3F. Windows color (decimal): -9035187 or 5055094. OLE color: 5055094.

HSL color Cylindrical-coordinate representation of color #76224D: hue angle of 329.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76224D is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 77 -
CMYK 0 0.71 0.35 0.54
HSL 329.29º 0.55% 0.3% -
HSV(B) 329.29º 0.71% 0.46% -
XYZ 9.38 5.53 7.59 -
YUV 64.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 118 34 77 0 0.71 0.35 0.54 329.29 0.55 0.3
Hex 76 22 4D 0 47 23 36 149 37 1E
Octal 166 42 115 0 107 43 66 511 67 36
Binary 1110110 100010 1001101 0 1000111 100011 110110 101001001 110111 11110

Color Harmonies of #76224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76224D

Black with #76224D

Text Example


Text Example

White with #76224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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