#76104F

Color #76104F Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #76104F

Tints of Pompadour #76104F

Color information

#76104F (or 0x76104F) is unknown color: approx Pompadour. HEX triplet: 76, 10 and 4F. RGB value is (118,16,79). Sum of RGB (Red+Green+Blue) = 118+16+79=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76104F is #89EFB0. Grayscale: #353535. Windows color (decimal): -9039793 or 5181558. OLE color: 5181558.

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

Color convert

RGB1181679-
CMYK00.860.330.54
HSL322.94º76.12%26.27%-
HSV(B)322.94º86.44%46.27%-
XYZ9.074.797.84-
YUV53.68142.29173.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=55.40%
G=7.51%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118167900.860.330.54322.9476.1226.27
Hex76104F05621361434c1a
Octal166201170126416650311432
Binary111011010000100111101010110100001110110101000011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76104F;
 }
 .AnyTagClassName
 {
   color: #76104F;
 }
</style>
background-color css

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

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

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

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

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

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