Html Css Color HEX #76114D Pompadour

📋 copy color: '#76114D'

red 118 ◦ green 17 ◦ blue 77

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

Shades of Pompadour #76114D

Tints of Pompadour #76114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

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

R = 55.66%
G = 8.02%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76114D (or 0x76114D) is known color: Pompadour. HEX triplet: 76, 11 and 4D. RGB value is (118,17,77). Sum of RGB (Red+Green+Blue) = 118+17+77=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76114D is #89EEB2. Grayscale: #353535. Windows color (decimal): -9039539 or 5050742. OLE color: 5050742.

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

Color convert

RGB 118 17 77 -
CMYK 0 0.86 0.35 0.54
HSL 324.36º 0.75% 0.26% -
HSV(B) 324.36º 0.86% 0.46% -
XYZ 9.01 4.79 7.47 -
YUV 54.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 118 17 77 0 0.86 0.35 0.54 324.36 0.75 0.26
Hex 76 11 4D 0 56 23 36 144 4B 1A
Octal 166 21 115 0 126 43 66 504 113 32
Binary 1110110 10001 1001101 0 1010110 100011 110110 101000100 1001011 11010

Color Harmonies of #76114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76114D

Black with #76114D

Text Example


Text Example

White with #76114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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