#78484A

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

Shades of Tosca #78484A

Tints of Tosca #78484A

Color information

#78484A (or 0x78484A) is unknown color: approx Tosca. HEX triplet: 78, 48 and 4A. RGB value is (120,72,74). Sum of RGB (Red+Green+Blue) = 120+72+74=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78484A is #87B7B5. Grayscale: #565656. Windows color (decimal): -8894390 or 4868216. OLE color: 4868216.

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

Color convert

RGB1207274-
CMYK00.400.380.53
HSL357.5º25%37.65%-
HSV(B)357.5º40%47.06%-
XYZ11.39.127.64-
YUV86.58120.9151.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=45.11%
G=27.07%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120727400.400.380.53357.52537.65
Hex78484A02826351661926
Octal17011011205046655463146
Binary111100010010001001010010100010011011010110110011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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