#754446

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

Shades of Tosca #754446

Tints of Tosca #754446

Color information

#754446 (or 0x754446) is unknown color: approx Tosca. HEX triplet: 75, 44 and 46. RGB value is (117,68,70). Sum of RGB (Red+Green+Blue) = 117+68+70=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #754446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754446 is #8ABBB9. Grayscale: #525252. Windows color (decimal): -9092026 or 4605045. OLE color: 4605045.

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

Color convert

RGB1176870-
CMYK00.420.400.54
HSL357.55º26.49%36.27%-
HSV(B)357.55º41.88%45.88%-
XYZ10.518.366.85-
YUV82.88120.73152.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=45.88%
G=26.67%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117687000.420.400.54357.5526.4936.27
Hex75444602A28361661a24
Octal16510410605250665463244
Binary111010110001001000110010101010100011011010110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754446; }

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

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

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

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

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

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

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

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