#717078

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

Shades of Dolphin #717078

Tints of Dolphin #717078

Color information

#717078 (or 0x717078) is unknown color: approx Dolphin. HEX triplet: 71, 70 and 78. RGB value is (113,112,120). Sum of RGB (Red+Green+Blue) = 113+112+120=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 120 - color contains mainly: blue. Hex color #717078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717078 is #8E8F87. Grayscale: #717171. Windows color (decimal): -9342856 or 7893105. OLE color: 7893105.

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

Color convert

RGB113112120-
CMYK0.060.0700.53
HSL247.5º3.45%45.49%-
HSV(B)247.5º6.67%47.06%-
XYZ15.9916.4620.1-
YUV113.21131.83127.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=32.75%
G=32.46%
B=34.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131121200.060.0700.53247.53.4545.49
Hex71707867035f832d
Octal16116017067065370355
Binary11100011110000111100011011101101011111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717078; }

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

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

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

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

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

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

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

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