#78494A

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

Shades of Tosca #78494A

Tints of Tosca #78494A

Color information

#78494A (or 0x78494A) is unknown color: approx Tosca. HEX triplet: 78, 49 and 4A. RGB value is (120,73,74). Sum of RGB (Red+Green+Blue) = 120+73+74=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78494A is #87B6B5. Grayscale: #575757. Windows color (decimal): -8894134 or 4868472. OLE color: 4868472.

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

Color convert

RGB1207374-
CMYK00.390.380.53
HSL358.72º24.35%37.84%-
HSV(B)358.72º39.17%47.06%-
XYZ11.369.257.67-
YUV87.17120.57151.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=44.94%
G=27.34%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120737400.390.380.53358.7224.3537.84
Hex78494A02726351671826
Octal17011111204746655473046
Binary111100010010011001010010011110011011010110110011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78494A; }

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

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

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

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

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

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

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

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