#706F7A

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

Shades of Dolphin #706F7A

Tints of Dolphin #706F7A

Color information

#706F7A (or 0x706F7A) is unknown color: approx Dolphin. HEX triplet: 70, 6F and 7A. RGB value is (112,111,122). Sum of RGB (Red+Green+Blue) = 112+111+122=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 122 - color contains mainly: blue. Hex color #706F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F7A is #8F9085. Grayscale: #707070. Windows color (decimal): -9408646 or 8023920. OLE color: 8023920.

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

Color convert

RGB112111122-
CMYK0.080.0900.52
HSL245.45º4.72%45.69%-
HSV(B)245.45º9.02%47.84%-
XYZ15.8816.2220.71-
YUV112.55133.33127.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=32.46%
G=32.17%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121111220.080.0900.52245.454.7245.69
Hex706F7A89034f552e
Octal1601571721011064365556
Binary11100001101111111101010001001011010011110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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