#706A76

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

Shades of Scarpa Flow #706A76

Tints of Scarpa Flow #706A76

Color information

#706A76 (or 0x706A76) is unknown color: approx Scarpa Flow. HEX triplet: 70, 6A and 76. RGB value is (112,106,118). Sum of RGB (Red+Green+Blue) = 112+106+118=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #706A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A76 is #8F9589. Grayscale: #6D6D6D. Windows color (decimal): -9409930 or 7760496. OLE color: 7760496.

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

Color convert

RGB112106118-
CMYK0.050.1000.54
HSL270º5.36%43.92%-
HSV(B)270º10.17%46.27%-
XYZ15.1115.0619.25-
YUV109.16132.99130.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=33.33%
G=31.55%
B=35.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121061180.050.1000.542705.3643.92
Hex706A765A03610e52c
Octal160152166512066416554
Binary11100001101010111011010110100110110100001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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