#706D76

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

Shades of Dolphin #706D76

Tints of Dolphin #706D76

Color information

#706D76 (or 0x706D76) is unknown color: approx Dolphin. HEX triplet: 70, 6D and 76. RGB value is (112,109,118). Sum of RGB (Red+Green+Blue) = 112+109+118=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #706D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D76 is #8F9289. Grayscale: #6E6E6E. Windows color (decimal): -9409162 or 7761264. OLE color: 7761264.

HSL color Cylindrical-coordinate representation of color #706D76: hue angle of 260º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706D76 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB112109118-
CMYK0.050.0800.54
HSL260º3.96%44.51%-
HSV(B)260º7.63%46.27%-
XYZ15.4215.6919.36-
YUV110.92131.99128.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=33.04%
G=32.15%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121091180.050.0800.542603.9644.51
Hex706D765803610442d
Octal160155166510066404455
Binary11100001101101111011010110000110110100000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,118); }

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

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

 a { background-color: rgb(112,109,118); }

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

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

 span { border-color: rgb(112,109,118); }

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