#756157

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

Shades of Dorado #756157

Tints of Dorado #756157

Color information

#756157 (or 0x756157) is unknown color: approx Dorado. HEX triplet: 75, 61 and 57. RGB value is (117,97,87). Sum of RGB (Red+Green+Blue) = 117+97+87=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756157 is #8A9EA8. Grayscale: #656565. Windows color (decimal): -9084585 or 5726581. OLE color: 5726581.

HSL color Cylindrical-coordinate representation of color #756157: hue angle of 20º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756157 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1179787-
CMYK00.170.260.54
HSL20º14.71%40%-
HSV(B)20º25.64%45.88%-
XYZ13.3313.0210.83-
YUV101.84119.63138.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=38.87%
G=32.23%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117978700.170.260.542014.7140
Hex7561570111A3614f28
Octal1651411270213266241750
Binary11101011100001101011101000111010110110101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756157; }

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

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

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

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

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

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

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

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