#772C2A

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

Shades of Lusty #772C2A

Tints of Lusty #772C2A

Color information

#772C2A (or 0x772C2A) is unknown color: approx Lusty. HEX triplet: 77, 2C and 2A. RGB value is (119,44,42). Sum of RGB (Red+Green+Blue) = 119+44+42=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C2A is #88D3D5. Grayscale: #424242. Windows color (decimal): -8967126 or 2763895. OLE color: 2763895.

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

Color convert

RGB1194442-
CMYK00.630.650.53
HSL1.56º47.83%31.57%-
HSV(B)1.56º64.71%46.67%-
XYZ8.935.892.86-
YUV66.2114.35165.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=58.05%
G=21.46%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119444200.630.650.531.5647.8331.57
Hex772C2A03F413523020
Octal16754520771016526040
Binary11101111011001010100111111100000111010110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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