#77302A

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

Shades of Lusty #77302A

Tints of Lusty #77302A

Color information

#77302A (or 0x77302A) is unknown color: approx Lusty. HEX triplet: 77, 30 and 2A. RGB value is (119,48,42). Sum of RGB (Red+Green+Blue) = 119+48+42=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #77302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77302A is #88CFD5. Grayscale: #444444. Windows color (decimal): -8966102 or 2764919. OLE color: 2764919.

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

Color convert

RGB1194842-
CMYK00.600.650.53
HSL4.68º47.83%31.57%-
HSV(B)4.68º64.71%46.67%-
XYZ9.086.22.91-
YUV68.54113.02163.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=56.94%
G=22.97%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119484200.600.650.534.6847.8331.57
Hex77302A03C413553020
Octal16760520741016556040
Binary111011111000010101001111001000001110101101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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