#78464C

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

Shades of Tosca #78464C

Tints of Tosca #78464C

Color information

#78464C (or 0x78464C) is unknown color: approx Tosca. HEX triplet: 78, 46 and 4C. RGB value is (120,70,76). Sum of RGB (Red+Green+Blue) = 120+70+76=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78464C is #87B9B3. Grayscale: #555555. Windows color (decimal): -8894900 or 4998776. OLE color: 4998776.

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

Color convert

RGB1207076-
CMYK00.420.370.53
HSL352.8º26.32%37.25%-
HSV(B)352.8º41.67%47.06%-
XYZ11.248.97.96-
YUV85.63122.56152.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=45.11%
G=26.32%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120707600.420.370.53352.826.3237.25
Hex78464C02A25351611a25
Octal17010611405245655413245
Binary111100010001101001100010101010010111010110110000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78464C; }

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

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

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

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

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

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

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

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