#706F79

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

Shades of Dolphin #706F79

Tints of Dolphin #706F79

Color information

#706F79 (or 0x706F79) is unknown color: approx Dolphin. HEX triplet: 70, 6F and 79. RGB value is (112,111,121). Sum of RGB (Red+Green+Blue) = 112+111+121=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 121 - color contains mainly: blue. Hex color #706F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F79 is #8F9086. Grayscale: #707070. Windows color (decimal): -9408647 or 7958384. OLE color: 7958384.

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

Color convert

RGB112111121-
CMYK0.070.0800.53
HSL246º4.31%45.49%-
HSV(B)246º8.26%47.45%-
XYZ15.8216.1920.38-
YUV112.44132.83127.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=32.56%
G=32.27%
B=35.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121111210.070.0800.532464.3145.49
Hex706F7978035f642d
Octal160157171710065366455
Binary1110000110111111110011111000011010111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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