#725F57

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

Shades of Dorado #725F57

Tints of Dorado #725F57

Color information

#725F57 (or 0x725F57) is unknown color: approx Dorado. HEX triplet: 72, 5F and 57. RGB value is (114,95,87). Sum of RGB (Red+Green+Blue) = 114+95+87=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F57 is #8DA0A8. Grayscale: #636363. Windows color (decimal): -9281705 or 5726066. OLE color: 5726066.

HSL color Cylindrical-coordinate representation of color #725F57: hue angle of 17.78º 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 #725F57 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1149587-
CMYK00.170.240.55
HSL17.78º13.43%39.41%-
HSV(B)17.78º23.68%44.71%-
XYZ12.7512.4510.75-
YUV99.77120.79138.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=38.51%
G=32.09%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114958700.170.240.5517.7813.4339.41
Hex725F57011183712d27
Octal1621371270213067221547
Binary11100101011111101011101000111000110111100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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