#782D25

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

Shades of Lusty #782D25

Tints of Lusty #782D25

Color information

#782D25 (or 0x782D25) is unknown color: approx Lusty. HEX triplet: 78, 2D and 25. RGB value is (120,45,37). Sum of RGB (Red+Green+Blue) = 120+45+37=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #782D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D25 is #87D2DA. Grayscale: #424242. Windows color (decimal): -8901339 or 2436472. OLE color: 2436472.

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

Color convert

RGB1204537-
CMYK00.630.690.53
HSL5.78º52.87%30.78%-
HSV(B)5.78º69.17%47.06%-
XYZ9.0262.43-
YUV66.51111.35166.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=59.41%
G=22.28%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120453700.630.690.535.7852.8730.78
Hex782D2503F45356351f
Octal17055450771056566537
Binary11110001011011001010111111100010111010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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