#726057

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

Shades of Dorado #726057

Tints of Dorado #726057

Color information

#726057 (or 0x726057) is unknown color: approx Dorado. HEX triplet: 72, 60 and 57. RGB value is (114,96,87). Sum of RGB (Red+Green+Blue) = 114+96+87=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726057 is #8D9FA8. Grayscale: #646464. Windows color (decimal): -9281449 or 5726322. OLE color: 5726322.

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

Color convert

RGB1149687-
CMYK00.160.240.55
HSL20º13.43%39.41%-
HSV(B)20º23.68%44.71%-
XYZ12.8412.6310.78-
YUV100.36120.46137.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=38.38%
G=32.32%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114968700.160.240.552013.4339.41
Hex726057010183714d27
Octal1621401270203067241547
Binary11100101100000101011101000011000110111101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726057; }

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

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

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

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

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

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

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

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