#754247

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

Shades of Tosca #754247

Tints of Tosca #754247

Color information

#754247 (or 0x754247) is unknown color: approx Tosca. HEX triplet: 75, 42 and 47. RGB value is (117,66,71). Sum of RGB (Red+Green+Blue) = 117+66+71=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #754247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754247 is #8ABDB8. Grayscale: #515151. Windows color (decimal): -9092537 or 4670069. OLE color: 4670069.

HSL color Cylindrical-coordinate representation of color #754247: hue angle of 354.12º 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 #754247 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1176671-
CMYK00.440.390.54
HSL354.12º27.87%35.88%-
HSV(B)354.12º43.59%45.88%-
XYZ10.428.136.98-
YUV81.82121.9153.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=46.06%
G=25.98%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117667100.440.390.54354.1227.8735.88
Hex75424702C27361621c24
Octal16510210705447665423444
Binary111010110000101000111010110010011111011010110001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754247; }

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

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

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

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

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

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

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

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