#754048

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

Shades of Tosca #754048

Tints of Tosca #754048

Color information

#754048 (or 0x754048) is unknown color: approx Tosca. HEX triplet: 75, 40 and 48. RGB value is (117,64,72). Sum of RGB (Red+Green+Blue) = 117+64+72=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754048 is #8ABFB7. Grayscale: #505050. Windows color (decimal): -9093048 or 4735093. OLE color: 4735093.

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

Color convert

RGB1176472-
CMYK00.450.380.54
HSL350.94º29.28%35.49%-
HSV(B)350.94º45.3%45.88%-
XYZ10.347.927.11-
YUV80.76123.06153.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=46.25%
G=25.30%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117647200.450.380.54350.9429.2835.49
Hex75404802D263615f1d23
Octal16510011005546665373543
Binary111010110000001001000010110110011011011010101111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754048; }

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

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

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

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

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

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

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

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