#782C27

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

Shades of Lusty #782C27

Tints of Lusty #782C27

Color information

#782C27 (or 0x782C27) is unknown color: approx Lusty. HEX triplet: 78, 2C and 27. RGB value is (120,44,39). Sum of RGB (Red+Green+Blue) = 120+44+39=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #782C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C27 is #87D3D8. Grayscale: #424242. Windows color (decimal): -8901593 or 2567288. OLE color: 2567288.

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

Color convert

RGB1204439-
CMYK00.630.670.53
HSL3.7º50.94%31.18%-
HSV(B)3.7º67.5%47.06%-
XYZ9.015.942.59-
YUV66.15112.68166.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=59.11%
G=21.67%
B=19.21%

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
Decimal120443900.630.670.533.750.9431.18
Hex782C2703F43354331f
Octal17054470771036546337
Binary11110001011001001110111111100001111010110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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