#772D25

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

Shades of Lusty #772D25

Tints of Lusty #772D25

Color information

#772D25 (or 0x772D25) is unknown color: approx Lusty. HEX triplet: 77, 2D and 25. RGB value is (119,45,37). Sum of RGB (Red+Green+Blue) = 119+45+37=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #772D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D25 is #88D2DA. Grayscale: #424242. Windows color (decimal): -8966875 or 2436471. OLE color: 2436471.

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

Color convert

RGB1194537-
CMYK00.620.690.53
HSL5.85º52.56%30.59%-
HSV(B)5.85º68.91%46.67%-
XYZ8.885.932.43-
YUV66.21111.52165.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 37 (14.84% from 255) = 18.41%
R=59.20%
G=22.39%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119453700.620.690.535.8552.5630.59
Hex772D2503E45356351f
Octal16755450761056566537
Binary11101111011011001010111110100010111010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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