#756057

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

Shades of Dorado #756057

Tints of Dorado #756057

Color information

#756057 (or 0x756057) is unknown color: approx Dorado. HEX triplet: 75, 60 and 57. RGB value is (117,96,87). Sum of RGB (Red+Green+Blue) = 117+96+87=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756057 is #8A9FA8. Grayscale: #656565. Windows color (decimal): -9084841 or 5726325. OLE color: 5726325.

HSL color Cylindrical-coordinate representation of color #756057: hue angle of 18º 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 #756057 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1179687-
CMYK00.180.260.54
HSL18º14.71%40%-
HSV(B)18º25.64%45.88%-
XYZ13.2412.8410.8-
YUV101.25119.96139.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 87 (34.38% from 255) = 29%
R=39%
G=32%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117968700.180.260.541814.7140
Hex7560570121A3612f28
Octal1651401270223266221750
Binary11101011100000101011101001011010110110100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756057; }

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

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

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

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

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

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

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

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