#716E81

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

Shades of Dolphin #716E81

Tints of Dolphin #716E81

Color information

#716E81 (or 0x716E81) is unknown color: approx Dolphin. HEX triplet: 71, 6E and 81. RGB value is (113,110,129). Sum of RGB (Red+Green+Blue) = 113+110+129=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 129 - color contains mainly: blue. Hex color #716E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E81 is #8E917E. Grayscale: #707070. Windows color (decimal): -9343359 or 8482417. OLE color: 8482417.

HSL color Cylindrical-coordinate representation of color #716E81: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716E81 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113110129-
CMYK0.120.1500.49
HSL249.47º7.95%46.86%-
HSV(B)249.47º14.73%50.59%-
XYZ16.3516.2523.04-
YUV113.06136.99127.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=32.10%
G=31.25%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131101290.120.1500.49249.477.9546.86
Hex716E81CF031f982f
Octal16115620114170613711057
Binary1110001110111010000001110011110110001111110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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