#772D23

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

Shades of Lusty #772D23

Tints of Lusty #772D23

Color information

#772D23 (or 0x772D23) is unknown color: approx Lusty. HEX triplet: 77, 2D and 23. RGB value is (119,45,35). Sum of RGB (Red+Green+Blue) = 119+45+35=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #772D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D23 is #88D2DC. Grayscale: #424242. Windows color (decimal): -8966877 or 2305399. OLE color: 2305399.

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

Color convert

RGB1194535-
CMYK00.620.710.53
HSL7.14º54.55%30.2%-
HSV(B)7.14º70.59%46.67%-
XYZ8.855.922.27-
YUV65.99110.52165.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=59.80%
G=22.61%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119453500.620.710.537.1454.5530.2
Hex772D2303E47357371e
Octal16755430761076576736
Binary11101111011011000110111110100011111010111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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