#754246

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

Shades of Tosca #754246

Tints of Tosca #754246

Color information

#754246 (or 0x754246) is unknown color: approx Tosca. HEX triplet: 75, 42 and 46. RGB value is (117,66,70). Sum of RGB (Red+Green+Blue) = 117+66+70=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754246 is #8ABDB9. Grayscale: #515151. Windows color (decimal): -9092538 or 4604533. OLE color: 4604533.

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

Color convert

RGB1176670-
CMYK00.440.400.54
HSL355.29º27.87%35.88%-
HSV(B)355.29º43.59%45.88%-
XYZ10.398.126.81-
YUV81.7121.4153.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=46.25%
G=26.09%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117667000.440.400.54355.2927.8735.88
Hex75424602C28361631c24
Octal16510210605450665433444
Binary111010110000101000110010110010100011011010110001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754246; }

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

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

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

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

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

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

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

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