#717177

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

Shades of Dolphin #717177

Tints of Dolphin #717177

Color information

#717177 (or 0x717177) is unknown color: approx Dolphin. HEX triplet: 71, 71 and 77. RGB value is (113,113,119). Sum of RGB (Red+Green+Blue) = 113+113+119=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: blue. Hex color #717177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717177 is #8E8E88. Grayscale: #717171. Windows color (decimal): -9342601 or 7827825. OLE color: 7827825.

HSL color Cylindrical-coordinate representation of color #717177: hue angle of 240º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #717177 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB113113119-
CMYK0.050.0500.53
HSL240º2.59%45.49%-
HSV(B)240º5.04%46.67%-
XYZ16.0416.6519.82-
YUV113.68131127.51-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 119 (46.88% from 255) = 34.49%
R=32.75%
G=32.75%
B=34.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131131190.050.0500.532402.5945.49
Hex71717755035f032d
Octal16116116755065360355
Binary11100011110001111011110110101101011111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717177; }

 p { color: rgb(113,113,119); }

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

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

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

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

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

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

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