#784548

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

Shades of Tosca #784548

Tints of Tosca #784548

Color information

#784548 (or 0x784548) is unknown color: approx Tosca. HEX triplet: 78, 45 and 48. RGB value is (120,69,72). Sum of RGB (Red+Green+Blue) = 120+69+72=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #784548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784548 is #87BAB7. Grayscale: #545454. Windows color (decimal): -8895160 or 4736376. OLE color: 4736376.

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

Color convert

RGB1206972-
CMYK00.420.400.53
HSL356.47º26.98%37.06%-
HSV(B)356.47º42.5%47.06%-
XYZ11.048.727.23-
YUV84.59120.9153.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=45.98%
G=26.44%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120697200.420.400.53356.4726.9837.06
Hex78454802A28351641b25
Octal17010511005250655443345
Binary111100010001011001000010101010100011010110110010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784548; }

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

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

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

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

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

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

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

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