#716F76

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

Shades of Dolphin #716F76

Tints of Dolphin #716F76

Color information

#716F76 (or 0x716F76) is unknown color: approx Dolphin. HEX triplet: 71, 6F and 76. RGB value is (113,111,118). Sum of RGB (Red+Green+Blue) = 113+111+118=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #716F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F76 is #8E9089. Grayscale: #707070. Windows color (decimal): -9343114 or 7761777. OLE color: 7761777.

HSL color Cylindrical-coordinate representation of color #716F76: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716F76 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB113111118-
CMYK0.040.0600.54
HSL257.14º3.06%44.9%-
HSV(B)257.14º5.93%46.27%-
XYZ15.7616.1919.43-
YUV112.4131.16128.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=33.04%
G=32.46%
B=34.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131111180.040.0600.54257.143.0644.9
Hex716F764603610132d
Octal16115716646066401355
Binary111000111011111110110100110011011010000000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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