#754042

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

Shades of Tosca #754042

Tints of Tosca #754042

Color information

#754042 (or 0x754042) is unknown color: approx Tosca. HEX triplet: 75, 40 and 42. RGB value is (117,64,66). Sum of RGB (Red+Green+Blue) = 117+64+66=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #754042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754042 is #8ABFBD. Grayscale: #505050. Windows color (decimal): -9093054 or 4341877. OLE color: 4341877.

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

Color convert

RGB1176466-
CMYK00.450.440.54
HSL357.74º29.28%35.49%-
HSV(B)357.74º45.3%45.88%-
XYZ10.157.846.13-
YUV80.07120.06154.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=47.37%
G=25.91%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117646600.450.440.54357.7429.2835.49
Hex75404202D2C361661d23
Octal16510010205554665463543
Binary111010110000001000010010110110110011011010110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754042; }

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

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

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

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

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

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

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

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