#773027

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

Shades of Lusty #773027

Tints of Lusty #773027

Color information

#773027 (or 0x773027) is unknown color: approx Lusty. HEX triplet: 77, 30 and 27. RGB value is (119,48,39). Sum of RGB (Red+Green+Blue) = 119+48+39=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #773027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773027 is #88CFD8. Grayscale: #444444. Windows color (decimal): -8966105 or 2568311. OLE color: 2568311.

HSL color Cylindrical-coordinate representation of color #773027: hue angle of 6.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773027 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1194839-
CMYK00.600.670.53
HSL6.75º50.63%30.98%-
HSV(B)6.75º67.23%46.67%-
XYZ9.036.182.64-
YUV68.2111.52164.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=57.77%
G=23.30%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119483900.600.670.536.7550.6330.98
Hex77302703C43357331f
Octal16760470741036576337
Binary11101111100001001110111100100001111010111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773027; }

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

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

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

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

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

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

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

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