#784546

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

Shades of Tosca #784546

Tints of Tosca #784546

Color information

#784546 (or 0x784546) is unknown color: approx Tosca. HEX triplet: 78, 45 and 46. RGB value is (120,69,70). Sum of RGB (Red+Green+Blue) = 120+69+70=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #784546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784546 is #87BAB9. Grayscale: #545454. Windows color (decimal): -8895162 or 4605304. OLE color: 4605304.

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

Color convert

RGB1206970-
CMYK00.420.420.53
HSL358.82º26.98%37.06%-
HSV(B)358.82º42.5%47.06%-
XYZ10.988.696.89-
YUV84.36119.9153.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.33%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=46.33%
G=26.64%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120697000.420.420.53358.8226.9837.06
Hex78454602A2A351671b25
Octal17010510605252655473345
Binary111100010001011000110010101010101011010110110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784546; }

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

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

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

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

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

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

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

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