#782A25

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

Shades of Lusty #782A25

Tints of Lusty #782A25

Color information

#782A25 (or 0x782A25) is unknown color: approx Lusty. HEX triplet: 78, 2A and 25. RGB value is (120,42,37). Sum of RGB (Red+Green+Blue) = 120+42+37=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #782A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A25 is #87D5DA. Grayscale: #404040. Windows color (decimal): -8902107 or 2435704. OLE color: 2435704.

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

Color convert

RGB1204237-
CMYK00.650.690.53
HSL3.61º52.87%30.78%-
HSV(B)3.61º69.17%47.06%-
XYZ8.915.782.4-
YUV64.75112.34167.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=60.30%
G=21.11%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120423700.650.690.533.6152.8730.78
Hex782A2504145354351f
Octal170524501011056546537
Binary111100010101010010101000001100010111010110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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