#76302C

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

Shades of Lusty #76302C

Tints of Lusty #76302C

Color information

#76302C (or 0x76302C) is unknown color: approx Lusty. HEX triplet: 76, 30 and 2C. RGB value is (118,48,44). Sum of RGB (Red+Green+Blue) = 118+48+44=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76302C is #89CFD3. Grayscale: #444444. Windows color (decimal): -9031636 or 2895990. OLE color: 2895990.

HSL color Cylindrical-coordinate representation of color #76302C: hue angle of 3.24º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76302C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1184844-
CMYK00.590.630.54
HSL3.24º45.68%31.76%-
HSV(B)3.24º62.71%46.27%-
XYZ8.986.153.1-
YUV68.47114.19163.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=56.19%
G=22.86%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118484400.590.630.543.2445.6831.76
Hex76302C03B3F3632e20
Octal1666054073776635640
Binary1110110110000101100011101111111111011011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76302C; }

 p { color: rgb(118,48,44); }

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

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

 a { background-color: rgb(118,48,44); }

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

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

 span { border-color: rgb(118,48,44); }

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