#716E87

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

Shades of Dolphin #716E87

Tints of Dolphin #716E87

Color information

#716E87 (or 0x716E87) is unknown color: approx Dolphin. HEX triplet: 71, 6E and 87. RGB value is (113,110,135). Sum of RGB (Red+Green+Blue) = 113+110+135=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #716E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E87 is #8E9178. Grayscale: #717171. Windows color (decimal): -9343353 or 8875633. OLE color: 8875633.

HSL color Cylindrical-coordinate representation of color #716E87: hue angle of 247.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #716E87 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113110135-
CMYK0.160.1900.47
HSL247.2º10.2%48.04%-
HSV(B)247.2º18.52%52.94%-
XYZ16.7616.4125.21-
YUV113.75139.99127.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=31.56%
G=30.73%
B=37.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131101350.160.1900.47247.210.248.04
Hex716E87101302Ff7a30
Octal16115620720230573671260
Binary111000111011101000011110000100110101111111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E87; }

 p { color: rgb(113,110,135); }

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

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

 a { background-color: rgb(113,110,135); }

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

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

 span { border-color: rgb(113,110,135); }

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