#761142

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

Shades of Pompadour #761142

Tints of Pompadour #761142

Color information

#761142 (or 0x761142) is unknown color: approx Pompadour. HEX triplet: 76, 11 and 42. RGB value is (118,17,66). Sum of RGB (Red+Green+Blue) = 118+17+66=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #761142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761142 is #89EEBD. Grayscale: #343434. Windows color (decimal): -9039550 or 4329846. OLE color: 4329846.

HSL color Cylindrical-coordinate representation of color #761142: hue angle of 330.89º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761142 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1181766-
CMYK00.860.440.54
HSL330.89º74.81%26.47%-
HSV(B)330.89º85.59%46.27%-
XYZ8.664.655.59-
YUV52.78135.46174.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=58.71%
G=8.46%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118176600.860.440.54330.8974.8126.47
Hex7611420562C3614b4b1a
Octal166211020126546651311332
Binary111011010001100001001010110101100110110101001011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761142; }

 p { color: rgb(118,17,66); }

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

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

 a { background-color: rgb(118,17,66); }

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

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

 span { border-color: rgb(118,17,66); }

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