#754146

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

Shades of Tosca #754146

Tints of Tosca #754146

Color information

#754146 (or 0x754146) is unknown color: approx Tosca. HEX triplet: 75, 41 and 46. RGB value is (117,65,70). Sum of RGB (Red+Green+Blue) = 117+65+70=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #754146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754146 is #8ABEB9. Grayscale: #515151. Windows color (decimal): -9092794 or 4604277. OLE color: 4604277.

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

Color convert

RGB1176570-
CMYK00.440.400.54
HSL354.23º28.57%35.69%-
HSV(B)354.23º44.44%45.88%-
XYZ10.3386.79-
YUV81.12121.73153.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=46.43%
G=25.79%
B=27.78%

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
Decimal117657000.440.400.54354.2328.5735.69
Hex75414602C28361621d24
Octal16510110605450665423544
Binary111010110000011000110010110010100011011010110001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754146; }

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

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

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

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

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

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

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

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