#782E27

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

Shades of Lusty #782E27

Tints of Lusty #782E27

Color information

#782E27 (or 0x782E27) is unknown color: approx Lusty. HEX triplet: 78, 2E and 27. RGB value is (120,46,39). Sum of RGB (Red+Green+Blue) = 120+46+39=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #782E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782E27 is #87D1D8. Grayscale: #434343. Windows color (decimal): -8901081 or 2567800. OLE color: 2567800.

HSL color Cylindrical-coordinate representation of color #782E27: hue angle of 5.19º degrees, saturation: 0.51, 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 #782E27 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1204639-
CMYK00.620.670.53
HSL5.19º50.94%31.18%-
HSV(B)5.19º67.5%47.06%-
XYZ9.096.092.62-
YUV67.33112.02165.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=58.54%
G=22.44%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120463900.620.670.535.1950.9431.18
Hex782E2703E43355331f
Octal17056470761036556337
Binary11110001011101001110111110100001111010110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782E27; }

 p { color: rgb(120,46,39); }

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

<style>
 a { background-color: #782E27; }

 a { background-color: rgb(120,46,39); }

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

<style>
 span { border-color: #782E27; }

 span { border-color: rgb(120,46,39); }

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