#782625

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

Shades of Lusty #782625

Tints of Lusty #782625

Color information

#782625 (or 0x782625) is unknown color: approx Lusty. HEX triplet: 78, 26 and 25. RGB value is (120,38,37). Sum of RGB (Red+Green+Blue) = 120+38+37=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #782625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782625 is #87D9DA. Grayscale: #3E3E3E. Windows color (decimal): -8903131 or 2434680. OLE color: 2434680.

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

Color convert

RGB1203837-
CMYK00.680.690.53
HSL0.72º52.87%30.78%-
HSV(B)0.72º69.17%47.06%-
XYZ8.775.512.35-
YUV62.4113.67169.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=61.54%
G=19.49%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120383700.680.690.530.7252.8730.78
Hex78262504445351351f
Octal170464501041056516537
Binary1111000100110100101010001001000101110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782625; }

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

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

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

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

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

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

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

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