#706F84

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

Shades of Dolphin #706F84

Tints of Dolphin #706F84

Color information

#706F84 (or 0x706F84) is unknown color: approx Dolphin. HEX triplet: 70, 6F and 84. RGB value is (112,111,132). Sum of RGB (Red+Green+Blue) = 112+111+132=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #706F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F84 is #8F907B. Grayscale: #717171. Windows color (decimal): -9408636 or 8679280. OLE color: 8679280.

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

Color convert

RGB112111132-
CMYK0.150.1600.48
HSL242.86º8.64%47.65%-
HSV(B)242.86º15.91%51.76%-
XYZ16.5316.4824.14-
YUV113.69138.33126.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=31.55%
G=31.27%
B=37.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121111320.150.1600.48242.868.6447.65
Hex706F84F10030f3930
Octal16015720417200603631160
Binary11100001101111100001001111100000110000111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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