#75484D

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

Shades of Tosca #75484D

Tints of Tosca #75484D

Color information

#75484D (or 0x75484D) is unknown color: approx Tosca. HEX triplet: 75, 48 and 4D. RGB value is (117,72,77). Sum of RGB (Red+Green+Blue) = 117+72+77=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #75484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75484D is #8AB7B2. Grayscale: #565656. Windows color (decimal): -9090995 or 5064821. OLE color: 5064821.

HSL color Cylindrical-coordinate representation of color #75484D: hue angle of 353.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75484D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1177277-
CMYK00.380.340.54
HSL353.33º23.81%37.06%-
HSV(B)353.33º38.46%45.88%-
XYZ10.998.958.17-
YUV86.02122.91150.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=43.98%
G=27.07%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117727700.380.340.54353.3323.8137.06
Hex75484D02622361611825
Octal16511011504642665413045
Binary111010110010001001101010011010001011011010110000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75484D; }

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

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

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

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

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

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

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

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