Html Css Color HEX #76144F Pompadour

📋 copy color: '#76144F'

red 118 ◦ green 20 ◦ blue 79

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

Shades of Pompadour #76144F

Tints of Pompadour #76144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.22%

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

R = 54.38%
G = 9.22%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76144F (or 0x76144F) is known color: Pompadour. HEX triplet: 76, 14 and 4F. RGB value is (118,20,79). Sum of RGB (Red+Green+Blue) = 118+20+79=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76144F is #89EBB0. Grayscale: #373737. Windows color (decimal): -9038769 or 5182582. OLE color: 5182582.

HSL color Cylindrical-coordinate representation of color #76144F: hue angle of 323.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76144F is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 79 -
CMYK 0 0.83 0.33 0.54
HSL 323.88º 0.71% 0.27% -
HSV(B) 323.88º 0.83% 0.46% -
XYZ 9.13 4.92 7.86 -
YUV 56.03 140.97 172.2 -
System Red Green Blue C M Y K H S L
Decimal 118 20 79 0 0.83 0.33 0.54 323.88 0.71 0.27
Hex 76 14 4F 0 53 21 36 144 47 1B
Octal 166 24 117 0 123 41 66 504 107 33
Binary 1110110 10100 1001111 0 1010011 100001 110110 101000100 1000111 11011

Color Harmonies of #76144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76144F

Black with #76144F

Text Example


Text Example

White with #76144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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