#78454B

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

Shades of Tosca #78454B

Tints of Tosca #78454B

Color information

#78454B (or 0x78454B) is unknown color: approx Tosca. HEX triplet: 78, 45 and 4B. RGB value is (120,69,75). Sum of RGB (Red+Green+Blue) = 120+69+75=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78454B is #87BAB4. Grayscale: #545454. Windows color (decimal): -8895157 or 4932984. OLE color: 4932984.

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

Color convert

RGB1206975-
CMYK00.420.370.53
HSL352.94º26.98%37.06%-
HSV(B)352.94º42.5%47.06%-
XYZ11.148.767.76-
YUV84.93122.4153.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=45.45%
G=26.14%
B=28.41%

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
Decimal120697500.420.370.53352.9426.9837.06
Hex78454B02A25351611b25
Octal17010511305245655413345
Binary111100010001011001011010101010010111010110110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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