Html Css Color HEX #76224C Pompadour

📋 copy color: '#76224C'

red 118 ◦ green 34 ◦ blue 76

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

Shades of Pompadour #76224C

Tints of Pompadour #76224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 51.75%
G = 14.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76224C (or 0x76224C) is known color: Pompadour. HEX triplet: 76, 22 and 4C. RGB value is (118,34,76). Sum of RGB (Red+Green+Blue) = 118+34+76=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76224C is #89DDB3. Grayscale: #3F3F3F. Windows color (decimal): -9035188 or 4989558. OLE color: 4989558.

HSL color Cylindrical-coordinate representation of color #76224C: hue angle of 330º 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 #76224C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 76 -
CMYK 0 0.71 0.36 0.54
HSL 330º 0.55% 0.3% -
HSV(B) 330º 0.71% 0.46% -
XYZ 9.35 5.52 7.41 -
YUV 63.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 118 34 76 0 0.71 0.36 0.54 330 0.55 0.3
Hex 76 22 4C 0 47 24 36 14A 37 1E
Octal 166 42 114 0 107 44 66 512 67 36
Binary 1110110 100010 1001100 0 1000111 100100 110110 101001010 110111 11110

Color Harmonies of #76224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76224C

Black with #76224C

Text Example


Text Example

White with #76224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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