#772D28

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

Shades of Lusty #772D28

Tints of Lusty #772D28

Color information

#772D28 (or 0x772D28) is unknown color: approx Lusty. HEX triplet: 77, 2D and 28. RGB value is (119,45,40). Sum of RGB (Red+Green+Blue) = 119+45+40=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #772D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D28 is #88D2D7. Grayscale: #424242. Windows color (decimal): -8966872 or 2633079. OLE color: 2633079.

HSL color Cylindrical-coordinate representation of color #772D28: hue angle of 3.8º 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 #772D28 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1194540-
CMYK00.620.660.53
HSL3.8º49.69%31.18%-
HSV(B)3.8º66.39%46.67%-
XYZ8.935.952.69-
YUV66.56113.02165.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 45 (17.97% from 255) = 22.06%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=58.33%
G=22.06%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119454000.620.660.533.849.6931.18
Hex772D2803E42354321f
Octal16755500761026546237
Binary11101111011011010000111110100001011010110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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