#706D7D

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

Shades of Dolphin #706D7D

Tints of Dolphin #706D7D

Color information

#706D7D (or 0x706D7D) is unknown color: approx Dolphin. HEX triplet: 70, 6D and 7D. RGB value is (112,109,125). Sum of RGB (Red+Green+Blue) = 112+109+125=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #706D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D7D is #8F9282. Grayscale: #6F6F6F. Windows color (decimal): -9409155 or 8220016. OLE color: 8220016.

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

Color convert

RGB112109125-
CMYK0.100.1300.51
HSL251.25º6.84%45.88%-
HSV(B)251.25º12.8%49.02%-
XYZ15.8515.8621.63-
YUV111.72135.49128.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=32.37%
G=31.50%
B=36.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121091250.100.1300.51251.256.8445.88
Hex706D7DAD033fb72e
Octal1601551751215063373756
Binary11100001101101111110110101101011001111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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