#76302A

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

Shades of Lusty #76302A

Tints of Lusty #76302A

Color information

#76302A (or 0x76302A) is unknown color: approx Lusty. HEX triplet: 76, 30 and 2A. RGB value is (118,48,42). Sum of RGB (Red+Green+Blue) = 118+48+42=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #76302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76302A is #89CFD5. Grayscale: #444444. Windows color (decimal): -9031638 or 2764918. OLE color: 2764918.

HSL color Cylindrical-coordinate representation of color #76302A: hue angle of 4.74º 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 #76302A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1184842-
CMYK00.590.640.54
HSL4.74º47.5%31.37%-
HSV(B)4.74º64.41%46.27%-
XYZ8.956.132.9-
YUV68.25113.19163.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=56.73%
G=23.08%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118484200.590.640.544.7447.531.37
Hex76302A03B40365301f
Octal16660520731006656037
Binary11101101100001010100111011100000011011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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