Html Css Color HEX #76114F Pompadour

📋 copy color: '#76114F'

red 118 ◦ green 17 ◦ blue 79

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

Shades of Pompadour #76114F

Tints of Pompadour #76114F

RGB

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

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

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

R = 55.14%
G = 7.94%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76114F (or 0x76114F) is known color: Pompadour. HEX triplet: 76, 11 and 4F. RGB value is (118,17,79). Sum of RGB (Red+Green+Blue) = 118+17+79=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76114F is #89EEB0. Grayscale: #363636. Windows color (decimal): -9039537 or 5181814. OLE color: 5181814.

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

Color convert

RGB 118 17 79 -
CMYK 0 0.86 0.33 0.54
HSL 323.17º 0.75% 0.26% -
HSV(B) 323.17º 0.86% 0.46% -
XYZ 9.08 4.82 7.85 -
YUV 54.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 118 17 79 0 0.86 0.33 0.54 323.17 0.75 0.26
Hex 76 11 4F 0 56 21 36 143 4B 1A
Octal 166 21 117 0 126 41 66 503 113 32
Binary 1110110 10001 1001111 0 1010110 100001 110110 101000011 1001011 11010

Color Harmonies of #76114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76114F

Black with #76114F

Text Example


Text Example

White with #76114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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