#716F86

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

Shades of Dolphin #716F86

Tints of Dolphin #716F86

Color information

#716F86 (or 0x716F86) is unknown color: approx Dolphin. HEX triplet: 71, 6F and 86. RGB value is (113,111,134). Sum of RGB (Red+Green+Blue) = 113+111+134=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #716F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F86 is #8E9079. Grayscale: #727272. Windows color (decimal): -9343098 or 8810353. OLE color: 8810353.

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

Color convert

RGB113111134-
CMYK0.160.1700.47
HSL245.22º9.39%48.04%-
HSV(B)245.22º17.16%52.55%-
XYZ16.816.624.87-
YUV114.22139.16127.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=31.56%
G=31.01%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131111340.160.1700.47245.229.3948.04
Hex716F86101102Ff5930
Octal16115720620210573651160
Binary111000111011111000011010000100010101111111101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,111,134); }

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

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

 a { background-color: rgb(113,111,134); }

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

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

 span { border-color: rgb(113,111,134); }

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