#75574E

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

Shades of Dorado #75574E

Tints of Dorado #75574E

Color information

#75574E (or 0x75574E) is unknown color: approx Dorado. HEX triplet: 75, 57 and 4E. RGB value is (117,87,78). Sum of RGB (Red+Green+Blue) = 117+87+78=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75574E is #8AA8B1. Grayscale: #5F5F5F. Windows color (decimal): -9087154 or 5134197. OLE color: 5134197.

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

Color convert

RGB1178778-
CMYK00.260.330.54
HSL13.85º20%38.24%-
HSV(B)13.85º33.33%45.88%-
XYZ12.1211.158.72-
YUV94.94118.44143.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=41.49%
G=30.85%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117877800.260.330.5413.852038.24
Hex75574E01A2136e1426
Octal1651271160324166162446
Binary111010110101111001110011010100001110110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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