#725E57

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

Shades of Dorado #725E57

Tints of Dorado #725E57

Color information

#725E57 (or 0x725E57) is unknown color: approx Dorado. HEX triplet: 72, 5E and 57. RGB value is (114,94,87). Sum of RGB (Red+Green+Blue) = 114+94+87=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E57 is #8DA1A8. Grayscale: #636363. Windows color (decimal): -9281961 or 5725810. OLE color: 5725810.

HSL color Cylindrical-coordinate representation of color #725E57: hue angle of 15.56º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #725E57 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1149487-
CMYK00.180.240.55
HSL15.56º13.43%39.41%-
HSV(B)15.56º23.68%44.71%-
XYZ12.6612.2710.72-
YUV99.18121.13138.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=38.64%
G=31.86%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114948700.180.240.5515.5613.4339.41
Hex725E57012183710d27
Octal1621361270223067201547
Binary11100101011110101011101001011000110111100001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725E57; }

 p { color: rgb(114,94,87); }

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

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

 a { background-color: rgb(114,94,87); }

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

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

 span { border-color: rgb(114,94,87); }

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