#782C22

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

Shades of Lusty #782C22

Tints of Lusty #782C22

Color information

#782C22 (or 0x782C22) is unknown color: approx Lusty. HEX triplet: 78, 2C and 22. RGB value is (120,44,34). Sum of RGB (Red+Green+Blue) = 120+44+34=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #782C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C22 is #87D3DD. Grayscale: #414141. Windows color (decimal): -8901598 or 2239608. OLE color: 2239608.

HSL color Cylindrical-coordinate representation of color #782C22: hue angle of 6.98º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782C22 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1204434-
CMYK00.630.720.53
HSL6.98º55.84%30.2%-
HSV(B)6.98º71.67%47.06%-
XYZ8.945.912.18-
YUV65.58110.18166.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.61%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=60.61%
G=22.22%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120443400.630.720.536.9855.8430.2
Hex782C2203F48357381e
Octal17054420771106577036
Binary11110001011001000100111111100100011010111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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