#716F84

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

Shades of Dolphin #716F84

Tints of Dolphin #716F84

Color information

#716F84 (or 0x716F84) is unknown color: approx Dolphin. HEX triplet: 71, 6F and 84. RGB value is (113,111,132). Sum of RGB (Red+Green+Blue) = 113+111+132=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #716F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F84 is #8E907B. Grayscale: #717171. Windows color (decimal): -9343100 or 8679281. OLE color: 8679281.

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

Color convert

RGB113111132-
CMYK0.140.1600.48
HSL245.71º8.64%47.65%-
HSV(B)245.71º15.91%51.76%-
XYZ16.6616.5524.15-
YUV113.99138.16127.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=31.74%
G=31.18%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131111320.140.1600.48245.718.6447.65
Hex716F84E10030f6930
Octal16115720416200603661160
Binary11100011101111100001001110100000110000111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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