#772F28

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

Shades of Lusty #772F28

Tints of Lusty #772F28

Color information

#772F28 (or 0x772F28) is unknown color: approx Lusty. HEX triplet: 77, 2F and 28. RGB value is (119,47,40). Sum of RGB (Red+Green+Blue) = 119+47+40=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F28 is #88D0D7. Grayscale: #434343. Windows color (decimal): -8966360 or 2633591. OLE color: 2633591.

HSL color Cylindrical-coordinate representation of color #772F28: hue angle of 5.32º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772F28 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1194740-
CMYK00.610.660.53
HSL5.32º49.69%31.18%-
HSV(B)5.32º66.39%46.67%-
XYZ9.016.112.71-
YUV67.73112.35164.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=57.77%
G=22.82%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119474000.610.660.535.3249.6931.18
Hex772F2803D42355321f
Octal16757500751026556237
Binary11101111011111010000111101100001011010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772F28; }

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

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

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

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

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

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

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

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