Html Css Color HEX #76154F Pompadour

📋 copy color: '#76154F'

red 118 ◦ green 21 ◦ blue 79

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

Shades of Pompadour #76154F

Tints of Pompadour #76154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 54.13%
G = 9.63%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76154F (or 0x76154F) is known color: Pompadour. HEX triplet: 76, 15 and 4F. RGB value is (118,21,79). Sum of RGB (Red+Green+Blue) = 118+21+79=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76154F is #89EAB0. Grayscale: #383838. Windows color (decimal): -9038513 or 5182838. OLE color: 5182838.

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

Color convert

RGB 118 21 79 -
CMYK 0 0.82 0.33 0.54
HSL 324.12º 0.7% 0.27% -
HSV(B) 324.12º 0.82% 0.46% -
XYZ 9.15 4.95 7.87 -
YUV 56.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 118 21 79 0 0.82 0.33 0.54 324.12 0.7 0.27
Hex 76 15 4F 0 52 21 36 144 46 1B
Octal 166 25 117 0 122 41 66 504 106 33
Binary 1110110 10101 1001111 0 1010010 100001 110110 101000100 1000110 11011

Color Harmonies of #76154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76154F

Black with #76154F

Text Example


Text Example

White with #76154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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