#761852

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

Shades of Pompadour #761852

Tints of Pompadour #761852

Color information

#761852 (or 0x761852) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 52. RGB value is (118,24,82). Sum of RGB (Red+Green+Blue) = 118+24+82=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #761852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761852 is #89E7AD. Grayscale: #3A3A3A. Windows color (decimal): -9037742 or 5380214. OLE color: 5380214.

HSL color Cylindrical-coordinate representation of color #761852: hue angle of 322.98º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761852 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1182482-
CMYK00.800.310.54
HSL322.98º66.2%27.84%-
HSV(B)322.98º79.66%46.27%-
XYZ9.325.118.48-
YUV58.72141.14170.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=52.68%
G=10.71%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118248200.800.310.54322.9866.227.84
Hex7618520501F36143421c
Octal166301220120376650310234
Binary11101101100010100100101000011111110110101000011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761852; }

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

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

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

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

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

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

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

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