#761356

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

Shades of Pompadour #761356

Tints of Pompadour #761356

Color information

#761356 (or 0x761356) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 56. RGB value is (118,19,86). Sum of RGB (Red+Green+Blue) = 118+19+86=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761356 is #89ECA9. Grayscale: #383838. Windows color (decimal): -9039018 or 5641078. OLE color: 5641078.

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

Color convert

RGB1181986-
CMYK00.840.270.54
HSL319.39º72.26%26.86%-
HSV(B)319.39º83.9%46.27%-
XYZ9.384.999.27-
YUV56.24144.8172.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=52.91%
G=8.52%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118198600.840.270.54319.3972.2626.86
Hex7613560541B3613f481b
Octal166231260124336647711033
Binary11101101001110101100101010011011110110100111111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761356; }

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

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

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

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

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

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

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

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