#76312A

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

Shades of Lusty #76312A

Tints of Lusty #76312A

Color information

#76312A (or 0x76312A) is unknown color: approx Lusty. HEX triplet: 76, 31 and 2A. RGB value is (118,49,42). Sum of RGB (Red+Green+Blue) = 118+49+42=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #76312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76312A is #89CED5. Grayscale: #444444. Windows color (decimal): -9031382 or 2765174. OLE color: 2765174.

HSL color Cylindrical-coordinate representation of color #76312A: hue angle of 5.53º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76312A is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1184942-
CMYK00.580.640.54
HSL5.53º47.5%31.37%-
HSV(B)5.53º64.41%46.27%-
XYZ8.996.222.92-
YUV68.83112.86163.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=56.46%
G=23.44%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118494200.580.640.545.5347.531.37
Hex76312A03A40366301f
Octal16661520721006666037
Binary11101101100011010100111010100000011011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76312A; }

 p { color: rgb(118,49,42); }

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

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

 a { background-color: rgb(118,49,42); }

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

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

 span { border-color: rgb(118,49,42); }

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