#717187

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

Shades of Dolphin #717187

Tints of Dolphin #717187

Color information

#717187 (or 0x717187) is unknown color: approx Dolphin. HEX triplet: 71, 71 and 87. RGB value is (113,113,135). Sum of RGB (Red+Green+Blue) = 113+113+135=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #717187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717187 is #8E8E78. Grayscale: #737373. Windows color (decimal): -9342585 or 8876401. OLE color: 8876401.

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

Color convert

RGB113113135-
CMYK0.160.1600.47
HSL240º8.87%48.63%-
HSV(B)240º16.3%52.94%-
XYZ17.0917.0725.32-
YUV115.51139126.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=31.30%
G=31.30%
B=37.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131131350.160.1600.472408.8748.63
Hex717187101002Ff0931
Octal16116120720200573601161
Binary111000111100011000011110000100000101111111100001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717187; }

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

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

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

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

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

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

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

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