#784048

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

Shades of Tosca #784048

Tints of Tosca #784048

Color information

#784048 (or 0x784048) is unknown color: approx Tosca. HEX triplet: 78, 40 and 48. RGB value is (120,64,72). Sum of RGB (Red+Green+Blue) = 120+64+72=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #784048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784048 is #87BFB7. Grayscale: #515151. Windows color (decimal): -8896440 or 4735096. OLE color: 4735096.

HSL color Cylindrical-coordinate representation of color #784048: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784048 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1206472-
CMYK00.470.400.53
HSL351.43º30.43%36.08%-
HSV(B)351.43º46.67%47.06%-
XYZ10.758.137.13-
YUV81.66122.55155.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=46.88%
G=25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120647200.470.400.53351.4330.4336.08
Hex78404802F283515f1e24
Octal17010011005750655373644
Binary111100010000001001000010111110100011010110101111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784048; }

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

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

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

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

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

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

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

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