#761854

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

Shades of Pompadour #761854

Tints of Pompadour #761854

Color information

#761854 (or 0x761854) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 54. RGB value is (118,24,84). Sum of RGB (Red+Green+Blue) = 118+24+84=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #761854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761854 is #89E7AB. Grayscale: #3A3A3A. Windows color (decimal): -9037740 or 5511286. OLE color: 5511286.

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

Color convert

RGB1182484-
CMYK00.800.290.54
HSL321.7º66.2%27.84%-
HSV(B)321.7º79.66%46.27%-
XYZ9.45.148.89-
YUV58.95142.14170.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=52.21%
G=10.62%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118248400.800.290.54321.766.227.84
Hex7618540501D36142421c
Octal166301240120356650210234
Binary11101101100010101000101000011101110110101000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761854; }

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

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

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

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

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

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

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

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