#762820

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

Shades of Lusty #762820

Tints of Lusty #762820

Color information

#762820 (or 0x762820) is unknown color: approx Lusty. HEX triplet: 76, 28 and 20. RGB value is (118,40,32). Sum of RGB (Red+Green+Blue) = 118+40+32=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #762820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762820 is #89D7DF. Grayscale: #3E3E3E. Windows color (decimal): -9033696 or 2107510. OLE color: 2107510.

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

Color convert

RGB1184032-
CMYK00.660.730.54
HSL5.58º57.33%29.41%-
HSV(B)5.58º72.88%46.27%-
XYZ8.495.471.98-
YUV62.41110.84167.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=62.11%
G=21.05%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118403200.660.730.545.5857.3329.41
Hex76282004249366391d
Octal166504001021116667135
Binary111011010100010000001000010100100111011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762820; }

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

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

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

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

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

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

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

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