#716D7C

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

Shades of Dolphin #716D7C

Tints of Dolphin #716D7C

Color information

#716D7C (or 0x716D7C) is unknown color: approx Dolphin. HEX triplet: 71, 6D and 7C. RGB value is (113,109,124). Sum of RGB (Red+Green+Blue) = 113+109+124=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #716D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D7C is #8E9283. Grayscale: #6F6F6F. Windows color (decimal): -9343620 or 8154481. OLE color: 8154481.

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

Color convert

RGB113109124-
CMYK0.090.1200.51
HSL256º6.44%45.69%-
HSV(B)256º12.1%48.63%-
XYZ15.9215.921.3-
YUV111.91134.83128.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=32.66%
G=31.50%
B=35.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131091240.090.1200.512566.4445.69
Hex716D7C9C03310062e
Octal1611551741114063400656
Binary111000111011011111100100111000110011100000000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,124); }

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

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

 a { background-color: rgb(113,109,124); }

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

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

 span { border-color: rgb(113,109,124); }

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