#784549

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

Shades of Tosca #784549

Tints of Tosca #784549

Color information

#784549 (or 0x784549) is unknown color: approx Tosca. HEX triplet: 78, 45 and 49. RGB value is (120,69,73). Sum of RGB (Red+Green+Blue) = 120+69+73=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #784549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784549 is #87BAB6. Grayscale: #545454. Windows color (decimal): -8895159 or 4801912. OLE color: 4801912.

HSL color Cylindrical-coordinate representation of color #784549: hue angle of 355.29º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784549 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1206973-
CMYK00.420.390.53
HSL355.29º26.98%37.06%-
HSV(B)355.29º42.5%47.06%-
XYZ11.088.737.4-
YUV84.7121.4153.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=45.80%
G=26.34%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120697300.420.390.53355.2926.9837.06
Hex78454902A27351631b25
Octal17010511105247655433345
Binary111100010001011001001010101010011111010110110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784549; }

 p { color: rgb(120,69,73); }

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

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

 a { background-color: rgb(120,69,73); }

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

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

 span { border-color: rgb(120,69,73); }

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