#754C4D

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

Shades of Tosca #754C4D

Tints of Tosca #754C4D

Color information

#754C4D (or 0x754C4D) is unknown color: approx Tosca. HEX triplet: 75, 4C and 4D. RGB value is (117,76,77). Sum of RGB (Red+Green+Blue) = 117+76+77=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C4D is #8AB3B2. Grayscale: #585858. Windows color (decimal): -9089971 or 5065845. OLE color: 5065845.

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

Color convert

RGB1177677-
CMYK00.350.340.54
HSL358.54º21.24%37.84%-
HSV(B)358.54º35.04%45.88%-
XYZ11.269.498.26-
YUV88.37121.58148.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=43.33%
G=28.15%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117767700.350.340.54358.5421.2437.84
Hex754C4D02322361671526
Octal16511411504342665472546
Binary111010110011001001101010001110001011011010110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754C4D; }

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

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

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

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

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

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

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

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