#782D23

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

Shades of Lusty #782D23

Tints of Lusty #782D23

Color information

#782D23 (or 0x782D23) is unknown color: approx Lusty. HEX triplet: 78, 2D and 23. RGB value is (120,45,35). Sum of RGB (Red+Green+Blue) = 120+45+35=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #782D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D23 is #87D2DC. Grayscale: #424242. Windows color (decimal): -8901341 or 2305400. OLE color: 2305400.

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

Color convert

RGB1204535-
CMYK00.630.710.53
HSL7.06º54.84%30.39%-
HSV(B)7.06º70.83%47.06%-
XYZ8.995.992.27-
YUV66.28110.35166.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=60%
G=22.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120453500.630.710.537.0654.8430.39
Hex782D2303F47357371e
Octal17055430771076576736
Binary11110001011011000110111111100011111010111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,45,35); }

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

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

 a { background-color: rgb(120,45,35); }

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

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

 span { border-color: rgb(120,45,35); }

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