#754046

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

Shades of Tosca #754046

Tints of Tosca #754046

Color information

#754046 (or 0x754046) is unknown color: approx Tosca. HEX triplet: 75, 40 and 46. RGB value is (117,64,70). Sum of RGB (Red+Green+Blue) = 117+64+70=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #754046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754046 is #8ABFB9. Grayscale: #505050. Windows color (decimal): -9093050 or 4604021. OLE color: 4604021.

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

Color convert

RGB1176470-
CMYK00.450.400.54
HSL353.21º29.28%35.49%-
HSV(B)353.21º45.3%45.88%-
XYZ10.287.896.78-
YUV80.53122.06154.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=46.61%
G=25.50%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117647000.450.400.54353.2129.2835.49
Hex75404602D28361611d23
Octal16510010605550665413543
Binary111010110000001000110010110110100011011010110000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754046; }

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

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

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

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

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

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

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

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