#75574D

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

Shades of Dorado #75574D

Tints of Dorado #75574D

Color information

#75574D (or 0x75574D) is unknown color: approx Dorado. HEX triplet: 75, 57 and 4D. RGB value is (117,87,77). Sum of RGB (Red+Green+Blue) = 117+87+77=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75574D is #8AA8B2. Grayscale: #5E5E5E. Windows color (decimal): -9087155 or 5068661. OLE color: 5068661.

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

Color convert

RGB1178777-
CMYK00.260.340.54
HSL15º20.62%38.04%-
HSV(B)15º34.19%45.88%-
XYZ12.0811.138.53-
YUV94.83117.94143.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=41.64%
G=30.96%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117877700.260.340.541520.6238.04
Hex75574D01A2236f1526
Octal1651271150324266172546
Binary111010110101111001101011010100010110110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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