#754546

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

Shades of Tosca #754546

Tints of Tosca #754546

Color information

#754546 (or 0x754546) is unknown color: approx Tosca. HEX triplet: 75, 45 and 46. RGB value is (117,69,70). Sum of RGB (Red+Green+Blue) = 117+69+70=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #754546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754546 is #8ABAB9. Grayscale: #535353. Windows color (decimal): -9091770 or 4605301. OLE color: 4605301.

HSL color Cylindrical-coordinate representation of color #754546: hue angle of 358.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754546 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1176970-
CMYK00.410.400.54
HSL358.75º25.81%36.47%-
HSV(B)358.75º41.03%45.88%-
XYZ10.578.486.87-
YUV83.47120.4151.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=45.70%
G=26.95%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117697000.410.400.54358.7525.8136.47
Hex75454602928361671a24
Octal16510510605150665473244
Binary111010110001011000110010100110100011011010110011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754546; }

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

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

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

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

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

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

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

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