#706F76

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

Shades of Dolphin #706F76

Tints of Dolphin #706F76

Color information

#706F76 (or 0x706F76) is unknown color: approx Dolphin. HEX triplet: 70, 6F and 76. RGB value is (112,111,118). Sum of RGB (Red+Green+Blue) = 112+111+118=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #706F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F76 is #8F9089. Grayscale: #707070. Windows color (decimal): -9408650 or 7761776. OLE color: 7761776.

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

Color convert

RGB112111118-
CMYK0.050.0600.54
HSL248.57º3.06%44.9%-
HSV(B)248.57º5.93%46.27%-
XYZ15.6416.1219.43-
YUV112.1131.33127.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=32.84%
G=32.55%
B=34.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121111180.050.0600.54248.573.0644.9
Hex706F7656036f932d
Octal16015716656066371355
Binary11100001101111111011010111001101101111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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