#77281E

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

Shades of Lusty #77281E

Tints of Lusty #77281E

Color information

#77281E (or 0x77281E) is unknown color: approx Lusty. HEX triplet: 77, 28 and 1E. RGB value is (119,40,30). Sum of RGB (Red+Green+Blue) = 119+40+30=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77281E is #88D7E1. Grayscale: #3E3E3E. Windows color (decimal): -8968162 or 1976439. OLE color: 1976439.

HSL color Cylindrical-coordinate representation of color #77281E: hue angle of 6.74º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77281E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1194030-
CMYK00.660.750.53
HSL6.74º59.73%29.22%-
HSV(B)6.74º74.79%46.67%-
XYZ8.65.531.84-
YUV62.48109.67168.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=62.96%
G=21.16%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119403000.660.750.536.7459.7329.22
Hex77281E0424B3573c1d
Octal167503601021136577435
Binary11101111010001111001000010100101111010111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77281E; }

 p { color: rgb(119,40,30); }

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

<style>
 a { background-color: #77281E; }

 a { background-color: rgb(119,40,30); }

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

<style>
 span { border-color: #77281E; }

 span { border-color: rgb(119,40,30); }

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