#761355

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

Shades of Pompadour #761355

Tints of Pompadour #761355

Color information

#761355 (or 0x761355) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 55. RGB value is (118,19,85). Sum of RGB (Red+Green+Blue) = 118+19+85=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #761355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761355 is #89ECAA. Grayscale: #373737. Windows color (decimal): -9039019 or 5575542. OLE color: 5575542.

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

Color convert

RGB1181985-
CMYK00.840.280.54
HSL320º72.26%26.86%-
HSV(B)320º83.9%46.27%-
XYZ9.344.979.06-
YUV56.12144.3172.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=53.15%
G=8.56%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118198500.840.280.5432072.2626.86
Hex7613550541C36140481b
Octal166231250124346650011033
Binary11101101001110101010101010011100110110101000000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761355; }

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

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

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

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

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

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

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

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