#77302C

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

Shades of Lusty #77302C

Tints of Lusty #77302C

Color information

#77302C (or 0x77302C) is unknown color: approx Lusty. HEX triplet: 77, 30 and 2C. RGB value is (119,48,44). Sum of RGB (Red+Green+Blue) = 119+48+44=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77302C is #88CFD3. Grayscale: #444444. Windows color (decimal): -8966100 or 2895991. OLE color: 2895991.

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

Color convert

RGB1194844-
CMYK00.600.630.53
HSL3.2º46.01%31.96%-
HSV(B)3.2º63.03%46.67%-
XYZ9.126.223.1-
YUV68.77114.02163.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=56.40%
G=22.75%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119484400.600.630.533.246.0131.96
Hex77302C03C3F3532e20
Octal1676054074776535640
Binary1110111110000101100011110011111111010111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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