#782D28

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

Shades of Lusty #782D28

Tints of Lusty #782D28

Color information

#782D28 (or 0x782D28) is unknown color: approx Lusty. HEX triplet: 78, 2D and 28. RGB value is (120,45,40). Sum of RGB (Red+Green+Blue) = 120+45+40=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #782D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D28 is #87D2D7. Grayscale: #424242. Windows color (decimal): -8901336 or 2633080. OLE color: 2633080.

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

Color convert

RGB1204540-
CMYK00.630.670.53
HSL3.75º50%31.37%-
HSV(B)3.75º66.67%47.06%-
XYZ9.076.022.69-
YUV66.85112.85165.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.54%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=58.54%
G=21.95%
B=19.51%

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
Decimal120454000.630.670.533.755031.37
Hex782D2803F43354321f
Octal17055500771036546237
Binary11110001011011010000111111100001111010110011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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