#754243

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

Shades of Tosca #754243

Tints of Tosca #754243

Color information

#754243 (or 0x754243) is unknown color: approx Tosca. HEX triplet: 75, 42 and 43. RGB value is (117,66,67). Sum of RGB (Red+Green+Blue) = 117+66+67=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #754243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754243 is #8ABDBC. Grayscale: #515151. Windows color (decimal): -9092541 or 4407925. OLE color: 4407925.

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

Color convert

RGB1176667-
CMYK00.440.430.54
HSL358.82º27.87%35.88%-
HSV(B)358.82º43.59%45.88%-
XYZ10.38.086.33-
YUV81.36119.9153.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 67 (26.56% from 255) = 26.8%
R=46.8%
G=26.4%
B=26.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117666700.440.430.54358.8227.8735.88
Hex75424302C2B361671c24
Octal16510210305453665473444
Binary111010110000101000011010110010101111011010110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754243; }

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

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

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

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

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

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

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

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