#75484C

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

Shades of Tosca #75484C

Tints of Tosca #75484C

Color information

#75484C (or 0x75484C) is unknown color: approx Tosca. HEX triplet: 75, 48 and 4C. RGB value is (117,72,76). Sum of RGB (Red+Green+Blue) = 117+72+76=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75484C is #8AB7B3. Grayscale: #555555. Windows color (decimal): -9090996 or 4999285. OLE color: 4999285.

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

Color convert

RGB1177276-
CMYK00.380.350.54
HSL354.67º23.81%37.06%-
HSV(B)354.67º38.46%45.88%-
XYZ10.968.947.99-
YUV85.91122.41150.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=44.15%
G=27.17%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117727600.380.350.54354.6723.8137.06
Hex75484C02623361631825
Octal16511011404643665433045
Binary111010110010001001100010011010001111011010110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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