#717084

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

Shades of Dolphin #717084

Tints of Dolphin #717084

Color information

#717084 (or 0x717084) is unknown color: approx Dolphin. HEX triplet: 71, 70 and 84. RGB value is (113,112,132). Sum of RGB (Red+Green+Blue) = 113+112+132=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #717084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717084 is #8E8F7B. Grayscale: #727272. Windows color (decimal): -9342844 or 8679537. OLE color: 8679537.

HSL color Cylindrical-coordinate representation of color #717084: hue angle of 243º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717084 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113112132-
CMYK0.140.1500.48
HSL243º8.2%47.84%-
HSV(B)243º15.15%51.76%-
XYZ16.7716.7624.18-
YUV114.58137.83126.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=31.65%
G=31.37%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131121320.140.1500.482438.247.84
Hex717084EF030f3830
Octal16116020416170603631060
Binary1110001111000010000100111011110110000111100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717084; }

 p { color: rgb(113,112,132); }

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

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

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

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

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

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

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