#706C75

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

Shades of Scarpa Flow #706C75

Tints of Scarpa Flow #706C75

Color information

#706C75 (or 0x706C75) is unknown color: approx Scarpa Flow. HEX triplet: 70, 6C and 75. RGB value is (112,108,117). Sum of RGB (Red+Green+Blue) = 112+108+117=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #706C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C75 is #8F938A. Grayscale: #6E6E6E. Windows color (decimal): -9409419 or 7695472. OLE color: 7695472.

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

Color convert

RGB112108117-
CMYK0.040.0800.54
HSL266.67º4%44.12%-
HSV(B)266.67º7.69%45.88%-
XYZ15.2615.4519.01-
YUV110.22131.83129.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=33.23%
G=32.05%
B=34.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121081170.040.0800.54266.67444.12
Hex706C754803610b42c
Octal160154165410066413454
Binary11100001101100111010110010000110110100001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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