#716057

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

Shades of Dorado #716057

Tints of Dorado #716057

Color information

#716057 (or 0x716057) is unknown color: approx Dorado. HEX triplet: 71, 60 and 57. RGB value is (113,96,87). Sum of RGB (Red+Green+Blue) = 113+96+87=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #716057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716057 is #8E9FA8. Grayscale: #646464. Windows color (decimal): -9346985 or 5726321. OLE color: 5726321.

HSL color Cylindrical-coordinate representation of color #716057: hue angle of 20.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716057 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1139687-
CMYK00.150.230.56
HSL20.77º13%39.22%-
HSV(B)20.77º23.01%44.31%-
XYZ12.7112.5610.77-
YUV100.06120.63137.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=38.18%
G=32.43%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113968700.150.230.5620.771339.22
Hex7160570F173815d27
Octal1611401270172770251547
Binary1110001110000010101110111110111111000101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716057; }

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

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

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

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

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

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

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

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