#706C85

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

Shades of Dolphin #706C85

Tints of Dolphin #706C85

Color information

#706C85 (or 0x706C85) is unknown color: approx Dolphin. HEX triplet: 70, 6C and 85. RGB value is (112,108,133). Sum of RGB (Red+Green+Blue) = 112+108+133=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #706C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C85 is #8F937A. Grayscale: #6F6F6F. Windows color (decimal): -9409403 or 8744048. OLE color: 8744048.

HSL color Cylindrical-coordinate representation of color #706C85: hue angle of 249.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #706C85 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112108133-
CMYK0.160.1900.48
HSL249.6º10.37%47.25%-
HSV(B)249.6º18.8%52.16%-
XYZ16.2815.8624.39-
YUV112.05139.83127.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=31.73%
G=30.59%
B=37.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121081330.160.1900.48249.610.3747.25
Hex706C851013030faa2f
Octal16015420520230603721257
Binary111000011011001000010110000100110110000111110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,108,133); }

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

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

 a { background-color: rgb(112,108,133); }

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

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

 span { border-color: rgb(112,108,133); }

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