#782B22

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

Shades of Lusty #782B22

Tints of Lusty #782B22

Color information

#782B22 (or 0x782B22) is unknown color: approx Lusty. HEX triplet: 78, 2B and 22. RGB value is (120,43,34). Sum of RGB (Red+Green+Blue) = 120+43+34=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #782B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B22 is #87D4DD. Grayscale: #414141. Windows color (decimal): -8901854 or 2239352. OLE color: 2239352.

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

Color convert

RGB1204334-
CMYK00.640.720.53
HSL6.28º55.84%30.2%-
HSV(B)6.28º71.67%47.06%-
XYZ8.95.842.17-
YUV65110.51167.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.91%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=60.91%
G=21.83%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120433400.640.720.536.2855.8430.2
Hex782B2204048356381e
Octal170534201001106567036
Binary111100010101110001001000000100100011010111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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