#78454C

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

Shades of Tosca #78454C

Tints of Tosca #78454C

Color information

#78454C (or 0x78454C) is unknown color: approx Tosca. HEX triplet: 78, 45 and 4C. RGB value is (120,69,76). Sum of RGB (Red+Green+Blue) = 120+69+76=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78454C is #87BAB3. Grayscale: #555555. Windows color (decimal): -8895156 or 4998520. OLE color: 4998520.

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

Color convert

RGB1206976-
CMYK00.420.370.53
HSL351.76º26.98%37.06%-
HSV(B)351.76º42.5%47.06%-
XYZ11.188.777.94-
YUV85.05122.9152.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=45.28%
G=26.04%
B=28.68%

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
Decimal120697600.420.370.53351.7626.9837.06
Hex78454C02A25351601b25
Octal17010511405245655403345
Binary111100010001011001100010101010010111010110110000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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