#77352F

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

Shades of Lusty #77352F

Tints of Lusty #77352F

Color information

#77352F (or 0x77352F) is unknown color: approx Lusty. HEX triplet: 77, 35 and 2F. RGB value is (119,53,47). Sum of RGB (Red+Green+Blue) = 119+53+47=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #77352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77352F is #88CAD0. Grayscale: #484848. Windows color (decimal): -8964817 or 3093879. OLE color: 3093879.

HSL color Cylindrical-coordinate representation of color #77352F: hue angle of 5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77352F is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1195347-
CMYK00.550.610.53
HSL43.37%32.55%-
HSV(B)60.5%46.67%-
XYZ9.396.673.48-
YUV72.05113.87161.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=54.34%
G=24.20%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119534700.550.610.53543.3732.55
Hex77352F0373D3552b21
Octal1676557067756555341
Binary11101111101011011110110111111101110101101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77352F; }

 p { color: rgb(119,53,47); }

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

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

 a { background-color: rgb(119,53,47); }

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

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

 span { border-color: rgb(119,53,47); }

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