#784849

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

Shades of Tosca #784849

Tints of Tosca #784849

Color information

#784849 (or 0x784849) is unknown color: approx Tosca. HEX triplet: 78, 48 and 49. RGB value is (120,72,73). Sum of RGB (Red+Green+Blue) = 120+72+73=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #784849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784849 is #87B7B6. Grayscale: #565656. Windows color (decimal): -8894391 or 4802680. OLE color: 4802680.

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

Color convert

RGB1207273-
CMYK00.400.390.53
HSL358.75º25%37.65%-
HSV(B)358.75º40%47.06%-
XYZ11.279.117.47-
YUV86.47120.4151.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=45.28%
G=27.17%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120727300.400.390.53358.752537.65
Hex78484902827351671926
Octal17011011105047655473146
Binary111100010010001001001010100010011111010110110011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784849; }

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

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

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

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

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

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

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

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