#717182

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

Shades of Dolphin #717182

Tints of Dolphin #717182

Color information

#717182 (or 0x717182) is unknown color: approx Dolphin. HEX triplet: 71, 71 and 82. RGB value is (113,113,130). Sum of RGB (Red+Green+Blue) = 113+113+130=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #717182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717182 is #8E8E7D. Grayscale: #727272. Windows color (decimal): -9342590 or 8548721. OLE color: 8548721.

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

Color convert

RGB113113130-
CMYK0.130.1300.49
HSL240º7%47.65%-
HSV(B)240º13.08%50.98%-
XYZ16.7416.9323.5-
YUV114.94136.5126.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=31.74%
G=31.74%
B=36.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131131300.130.1300.49240747.65
Hex717182DD031f0730
Octal1611612021515061360760
Binary111000111100011000001011011101011000111110000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717182; }

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

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

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

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

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

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

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

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