#706D73

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

Shades of Scarpa Flow #706D73

Tints of Scarpa Flow #706D73

Color information

#706D73 (or 0x706D73) is unknown color: approx Scarpa Flow. HEX triplet: 70, 6D and 73. RGB value is (112,109,115). Sum of RGB (Red+Green+Blue) = 112+109+115=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 115 - color contains mainly: blue. Hex color #706D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D73 is #8F928C. Grayscale: #6E6E6E. Windows color (decimal): -9409165 or 7564656. OLE color: 7564656.

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

Color convert

RGB112109115-
CMYK0.030.0500.55
HSL270º2.68%43.92%-
HSV(B)270º5.22%45.1%-
XYZ15.2515.6218.43-
YUV110.58130.49129.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=33.33%
G=32.44%
B=34.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121091150.030.0500.552702.6843.92
Hex706D733503710e32c
Octal16015516335067416354
Binary11100001101101111001111101011011110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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