#756257

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

Shades of Dorado #756257

Tints of Dorado #756257

Color information

#756257 (or 0x756257) is unknown color: approx Dorado. HEX triplet: 75, 62 and 57. RGB value is (117,98,87). Sum of RGB (Red+Green+Blue) = 117+98+87=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #756257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756257 is #8A9DA8. Grayscale: #666666. Windows color (decimal): -9084329 or 5726837. OLE color: 5726837.

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

Color convert

RGB1179887-
CMYK00.160.260.54
HSL22º14.71%40%-
HSV(B)22º25.64%45.88%-
XYZ13.4213.2110.86-
YUV102.43119.29138.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 87 (34.38% from 255) = 28.81%
R=38.74%
G=32.45%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117988700.160.260.542214.7140
Hex7562570101A3616f28
Octal1651421270203266261750
Binary11101011100010101011101000011010110110101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756257; }

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

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

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

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

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

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

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

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