#754041

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

Shades of Tosca #754041

Tints of Tosca #754041

Color information

#754041 (or 0x754041) is unknown color: approx Tosca. HEX triplet: 75, 40 and 41. RGB value is (117,64,65). Sum of RGB (Red+Green+Blue) = 117+64+65=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #754041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754041 is #8ABFBE. Grayscale: #505050. Windows color (decimal): -9093055 or 4276341. OLE color: 4276341.

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

Color convert

RGB1176465-
CMYK00.450.440.54
HSL358.87º29.28%35.49%-
HSV(B)358.87º45.3%45.88%-
XYZ10.127.835.98-
YUV79.96119.56154.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=47.56%
G=26.02%
B=26.42%

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
Decimal117646500.450.440.54358.8729.2835.49
Hex75404102D2C361671d23
Octal16510010105554665473543
Binary111010110000001000001010110110110011011010110011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754041; }

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

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

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

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

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

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

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

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