#75444C

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

Shades of Tosca #75444C

Tints of Tosca #75444C

Color information

#75444C (or 0x75444C) is unknown color: approx Tosca. HEX triplet: 75, 44 and 4C. RGB value is (117,68,76). Sum of RGB (Red+Green+Blue) = 117+68+76=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75444C is #8ABBB3. Grayscale: #535353. Windows color (decimal): -9092020 or 4998261. OLE color: 4998261.

HSL color Cylindrical-coordinate representation of color #75444C: hue angle of 350.2º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75444C is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1176876-
CMYK00.420.350.54
HSL350.2º26.49%36.27%-
HSV(B)350.2º41.88%45.88%-
XYZ10.718.447.9-
YUV83.56123.73151.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=44.83%
G=26.05%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117687600.420.350.54350.226.4936.27
Hex75444C02A233615e1a24
Octal16510411405243665363244
Binary111010110001001001100010101010001111011010101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75444C; }

 p { color: rgb(117,68,76); }

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

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

 a { background-color: rgb(117,68,76); }

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

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

 span { border-color: rgb(117,68,76); }

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