#78464B

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

Shades of Tosca #78464B

Tints of Tosca #78464B

Color information

#78464B (or 0x78464B) is unknown color: approx Tosca. HEX triplet: 78, 46 and 4B. RGB value is (120,70,75). Sum of RGB (Red+Green+Blue) = 120+70+75=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78464B is #87B9B4. Grayscale: #555555. Windows color (decimal): -8894901 or 4933240. OLE color: 4933240.

HSL color Cylindrical-coordinate representation of color #78464B: hue angle of 354º 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 #78464B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1207075-
CMYK00.420.370.53
HSL354º26.32%37.25%-
HSV(B)354º41.67%47.06%-
XYZ11.218.887.78-
YUV85.52122.06152.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=45.28%
G=26.42%
B=28.30%

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
Decimal120707500.420.370.5335426.3237.25
Hex78464B02A25351621a25
Octal17010611305245655423245
Binary111100010001101001011010101010010111010110110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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