#772A26

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

Shades of Lusty #772A26

Tints of Lusty #772A26

Color information

#772A26 (or 0x772A26) is unknown color: approx Lusty. HEX triplet: 77, 2A and 26. RGB value is (119,42,38). Sum of RGB (Red+Green+Blue) = 119+42+38=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #772A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A26 is #88D5D9. Grayscale: #404040. Windows color (decimal): -8967642 or 2501239. OLE color: 2501239.

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

Color convert

RGB1194238-
CMYK00.650.680.53
HSL2.96º51.59%30.78%-
HSV(B)2.96º68.07%46.67%-
XYZ8.795.722.47-
YUV64.57113.01166.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=59.80%
G=21.11%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119423800.650.680.532.9651.5930.78
Hex772A2604144353341f
Octal167524601011046536437
Binary11101111010101001100100000110001001101011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,42,38); }

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

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

 a { background-color: rgb(119,42,38); }

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

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

 span { border-color: rgb(119,42,38); }

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