#762156

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

Shades of Pompadour #762156

Tints of Pompadour #762156

Color information

#762156 (or 0x762156) is unknown color: approx Pompadour. HEX triplet: 76, 21 and 56. RGB value is (118,33,86). Sum of RGB (Red+Green+Blue) = 118+33+86=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #762156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762156 is #89DEA9. Grayscale: #404040. Windows color (decimal): -9035434 or 5644662. OLE color: 5644662.

HSL color Cylindrical-coordinate representation of color #762156: hue angle of 322.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762156 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1183386-
CMYK00.720.270.54
HSL322.59º56.29%29.61%-
HSV(B)322.59º72.03%46.27%-
XYZ9.695.619.38-
YUV64.46140.16166.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=49.79%
G=13.92%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118338600.720.270.54322.5956.2929.61
Hex7621560481B36143381e
Octal16641126011033665037036
Binary11101101000011010110010010001101111011010100001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762156; }

 p { color: rgb(118,33,86); }

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

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

 a { background-color: rgb(118,33,86); }

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

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

 span { border-color: rgb(118,33,86); }

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