#716F85

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

Shades of Dolphin #716F85

Tints of Dolphin #716F85

Color information

#716F85 (or 0x716F85) is unknown color: approx Dolphin. HEX triplet: 71, 6F and 85. RGB value is (113,111,133). Sum of RGB (Red+Green+Blue) = 113+111+133=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #716F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F85 is #8E907A. Grayscale: #727272. Windows color (decimal): -9343099 or 8744817. OLE color: 8744817.

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

Color convert

RGB113111133-
CMYK0.150.1700.48
HSL245.45º9.02%47.84%-
HSV(B)245.45º16.54%52.16%-
XYZ16.7316.5724.51-
YUV114.11138.66127.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=31.65%
G=31.09%
B=37.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131111330.150.1700.48245.459.0247.84
Hex716F85F11030f5930
Octal16115720517210603651160
Binary11100011101111100001011111100010110000111101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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