#706F87

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

Shades of Dolphin #706F87

Tints of Dolphin #706F87

Color information

#706F87 (or 0x706F87) is unknown color: approx Dolphin. HEX triplet: 70, 6F and 87. RGB value is (112,111,135). Sum of RGB (Red+Green+Blue) = 112+111+135=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #706F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F87 is #8F9078. Grayscale: #717171. Windows color (decimal): -9408633 or 8875888. OLE color: 8875888.

HSL color Cylindrical-coordinate representation of color #706F87: hue angle of 242.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #706F87 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112111135-
CMYK0.170.1800.47
HSL242.5º9.76%48.24%-
HSV(B)242.5º17.78%52.94%-
XYZ16.7416.5625.24-
YUV114.04139.83126.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=31.28%
G=31.01%
B=37.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121111350.170.1800.47242.59.7648.24
Hex706F87111202Ff2a30
Octal16015720721220573621260
Binary111000011011111000011110001100100101111111100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706F87; }

 p { color: rgb(112,111,135); }

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

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

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

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

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

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

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