#772C27

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

Shades of Lusty #772C27

Tints of Lusty #772C27

Color information

#772C27 (or 0x772C27) is unknown color: approx Lusty. HEX triplet: 77, 2C and 27. RGB value is (119,44,39). Sum of RGB (Red+Green+Blue) = 119+44+39=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #772C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C27 is #88D3D8. Grayscale: #414141. Windows color (decimal): -8967129 or 2567287. OLE color: 2567287.

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

Color convert

RGB1194439-
CMYK00.630.670.53
HSL3.75º50.63%30.98%-
HSV(B)3.75º67.23%46.67%-
XYZ8.875.872.58-
YUV65.85112.85165.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 39 (15.62% from 255) = 19.31%
R=58.91%
G=21.78%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119443900.630.670.533.7550.6330.98
Hex772C2703F43354331f
Octal16754470771036546337
Binary11101111011001001110111111100001111010110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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