#706C73

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

Shades of Scarpa Flow #706C73

Tints of Scarpa Flow #706C73

Color information

#706C73 (or 0x706C73) is unknown color: approx Scarpa Flow. HEX triplet: 70, 6C and 73. RGB value is (112,108,115). Sum of RGB (Red+Green+Blue) = 112+108+115=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: blue. Hex color #706C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C73 is #8F938C. Grayscale: #6D6D6D. Windows color (decimal): -9409421 or 7564400. OLE color: 7564400.

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

Color convert

RGB112108115-
CMYK0.030.0600.55
HSL274.29º3.14%43.73%-
HSV(B)274.29º6.09%45.1%-
XYZ15.1415.4118.4-
YUV109.99130.83129.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=33.43%
G=32.24%
B=34.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121081150.030.0600.55274.293.1443.73
Hex706C733603711232c
Octal16015416336067422354
Binary11100001101100111001111110011011110001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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