#706E81

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

Shades of Dolphin #706E81

Tints of Dolphin #706E81

Color information

#706E81 (or 0x706E81) is unknown color: approx Dolphin. HEX triplet: 70, 6E and 81. RGB value is (112,110,129). Sum of RGB (Red+Green+Blue) = 112+110+129=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 129 - color contains mainly: blue. Hex color #706E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E81 is #8F917E. Grayscale: #707070. Windows color (decimal): -9408895 or 8482416. OLE color: 8482416.

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

Color convert

RGB112110129-
CMYK0.130.1500.49
HSL246.32º7.95%46.86%-
HSV(B)246.32º14.73%50.59%-
XYZ16.2216.1823.04-
YUV112.76137.16127.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=31.91%
G=31.34%
B=36.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121101290.130.1500.49246.327.9546.86
Hex706E81DF031f682f
Octal16015620115170613661057
Binary1110000110111010000001110111110110001111101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,129); }

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

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

 a { background-color: rgb(112,110,129); }

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

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

 span { border-color: rgb(112,110,129); }

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