#761352

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

Shades of Pompadour #761352

Tints of Pompadour #761352

Color information

#761352 (or 0x761352) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 52. RGB value is (118,19,82). Sum of RGB (Red+Green+Blue) = 118+19+82=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #761352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761352 is #89ECAD. Grayscale: #373737. Windows color (decimal): -9039022 or 5378934. OLE color: 5378934.

HSL color Cylindrical-coordinate representation of color #761352: hue angle of 321.82º 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 #761352 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1181982-
CMYK00.840.310.54
HSL321.82º72.26%26.86%-
HSV(B)321.82º83.9%46.27%-
XYZ9.234.938.45-
YUV55.78142.8172.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=53.88%
G=8.68%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118198200.840.310.54321.8272.2626.86
Hex7613520541F36142481b
Octal166231220124376650211033
Binary11101101001110100100101010011111110110101000010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761352; }

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

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

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

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

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

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

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

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