#772F2A

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

Shades of Lusty #772F2A

Tints of Lusty #772F2A

Color information

#772F2A (or 0x772F2A) is unknown color: approx Lusty. HEX triplet: 77, 2F and 2A. RGB value is (119,47,42). Sum of RGB (Red+Green+Blue) = 119+47+42=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #772F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F2A is #88D0D5. Grayscale: #444444. Windows color (decimal): -8966358 or 2764663. OLE color: 2764663.

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

Color convert

RGB1194742-
CMYK00.610.650.53
HSL3.9º47.83%31.57%-
HSV(B)3.9º64.71%46.67%-
XYZ9.046.122.9-
YUV67.96113.35164.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=57.21%
G=22.60%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119474200.610.650.533.947.8331.57
Hex772F2A03D413543020
Octal16757520751016546040
Binary111011110111110101001111011000001110101100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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