#754345

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

Shades of Tosca #754345

Tints of Tosca #754345

Color information

#754345 (or 0x754345) is unknown color: approx Tosca. HEX triplet: 75, 43 and 45. RGB value is (117,67,69). Sum of RGB (Red+Green+Blue) = 117+67+69=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754345 is #8ABCBA. Grayscale: #525252. Windows color (decimal): -9092283 or 4539253. OLE color: 4539253.

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

Color convert

RGB1176769-
CMYK00.430.410.54
HSL357.6º27.17%36.08%-
HSV(B)357.6º42.74%45.88%-
XYZ10.428.236.67-
YUV82.18120.56152.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 69 (27.34% from 255) = 27.27%
R=46.25%
G=26.48%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117676900.430.410.54357.627.1736.08
Hex75434502B29361661b24
Octal16510310505351665463344
Binary111010110000111000101010101110100111011010110011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754345; }

 p { color: rgb(117,67,69); }

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

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

 a { background-color: rgb(117,67,69); }

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

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

 span { border-color: rgb(117,67,69); }

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