#761145

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

Shades of Pompadour #761145

Tints of Pompadour #761145

Color information

#761145 (or 0x761145) is unknown color: approx Pompadour. HEX triplet: 76, 11 and 45. RGB value is (118,17,69). Sum of RGB (Red+Green+Blue) = 118+17+69=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761145 is #89EEBA. Grayscale: #353535. Windows color (decimal): -9039547 or 4526454. OLE color: 4526454.

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

Color convert

RGB1181769-
CMYK00.860.420.54
HSL329.11º74.81%26.47%-
HSV(B)329.11º85.59%46.27%-
XYZ8.754.686.07-
YUV53.13136.96174.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=57.84%
G=8.33%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118176900.860.420.54329.1174.8126.47
Hex7611450562A361494b1a
Octal166211050126526651111332
Binary111011010001100010101010110101010110110101001001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761145; }

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

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

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

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

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

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

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

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