#706E7A

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

Shades of Dolphin #706E7A

Tints of Dolphin #706E7A

Color information

#706E7A (or 0x706E7A) is unknown color: approx Dolphin. HEX triplet: 70, 6E and 7A. RGB value is (112,110,122). Sum of RGB (Red+Green+Blue) = 112+110+122=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #706E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E7A is #8F9185. Grayscale: #6F6F6F. Windows color (decimal): -9408902 or 8023664. OLE color: 8023664.

HSL color Cylindrical-coordinate representation of color #706E7A: hue angle of 250º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706E7A is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB112110122-
CMYK0.080.1000.52
HSL250º5.17%45.49%-
HSV(B)250º9.84%47.84%-
XYZ15.771620.67-
YUV111.97133.66128.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=32.56%
G=31.98%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121101220.080.1000.522505.1745.49
Hex706E7A8A034fa52d
Octal1601561721012064372555
Binary11100001101110111101010001010011010011111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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