#77302D

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

Shades of Lusty #77302D

Tints of Lusty #77302D

Color information

#77302D (or 0x77302D) is unknown color: approx Lusty. HEX triplet: 77, 30 and 2D. RGB value is (119,48,45). Sum of RGB (Red+Green+Blue) = 119+48+45=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77302D is #88CFD2. Grayscale: #444444. Windows color (decimal): -8966099 or 2961527. OLE color: 2961527.

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

Color convert

RGB1194845-
CMYK00.600.620.53
HSL2.43º45.12%32.16%-
HSV(B)2.43º62.18%46.67%-
XYZ9.146.233.2-
YUV68.89114.52163.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=56.13%
G=22.64%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119484500.600.620.532.4345.1232.16
Hex77302D03C3E3522d20
Octal1676055074766525540
Binary1110111110000101101011110011111011010110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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