#762520

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

Shades of Lusty #762520

Tints of Lusty #762520

Color information

#762520 (or 0x762520) is unknown color: approx Lusty. HEX triplet: 76, 25 and 20. RGB value is (118,37,32). Sum of RGB (Red+Green+Blue) = 118+37+32=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #762520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762520 is #89DADF. Grayscale: #3C3C3C. Windows color (decimal): -9034464 or 2106742. OLE color: 2106742.

HSL color Cylindrical-coordinate representation of color #762520: hue angle of 3.49º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762520 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1183732-
CMYK00.690.730.54
HSL3.49º57.33%29.41%-
HSV(B)3.49º72.88%46.27%-
XYZ8.395.281.94-
YUV60.65111.84168.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=63.10%
G=19.79%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118373200.690.730.543.4957.3329.41
Hex76252004549363391d
Octal166454001051116637135
Binary11101101001011000000100010110010011101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762520; }

 p { color: rgb(118,37,32); }

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

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

 a { background-color: rgb(118,37,32); }

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

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

 span { border-color: rgb(118,37,32); }

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