#754648

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

Shades of Tosca #754648

Tints of Tosca #754648

Color information

#754648 (or 0x754648) is unknown color: approx Tosca. HEX triplet: 75, 46 and 48. RGB value is (117,70,72). Sum of RGB (Red+Green+Blue) = 117+70+72=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #754648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754648 is #8AB9B7. Grayscale: #545454. Windows color (decimal): -9091512 or 4736629. OLE color: 4736629.

HSL color Cylindrical-coordinate representation of color #754648: hue angle of 357.45º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754648 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1177072-
CMYK00.400.380.54
HSL357.45º25.13%36.67%-
HSV(B)357.45º40.17%45.88%-
XYZ10.78.637.23-
YUV84.28121.07151.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=45.17%
G=27.03%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117707200.400.380.54357.4525.1336.67
Hex75464802826361651925
Octal16510611005046665453145
Binary111010110001101001000010100010011011011010110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754648; }

 p { color: rgb(117,70,72); }

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

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

 a { background-color: rgb(117,70,72); }

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

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

 span { border-color: rgb(117,70,72); }

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