#716E82

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

Shades of Dolphin #716E82

Tints of Dolphin #716E82

Color information

#716E82 (or 0x716E82) is unknown color: approx Dolphin. HEX triplet: 71, 6E and 82. RGB value is (113,110,130). Sum of RGB (Red+Green+Blue) = 113+110+130=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #716E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E82 is #8E917D. Grayscale: #717171. Windows color (decimal): -9343358 or 8547953. OLE color: 8547953.

HSL color Cylindrical-coordinate representation of color #716E82: hue angle of 249º 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 #716E82 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB113110130-
CMYK0.130.1500.49
HSL249º8.33%47.06%-
HSV(B)249º15.38%50.98%-
XYZ16.4216.2723.4-
YUV113.18137.49127.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=32.01%
G=31.16%
B=36.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131101300.130.1500.492498.3347.06
Hex716E82DF031f982f
Octal16115620215170613711057
Binary1110001110111010000010110111110110001111110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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