#706B75

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

Shades of Scarpa Flow #706B75

Tints of Scarpa Flow #706B75

Color information

#706B75 (or 0x706B75) is unknown color: approx Scarpa Flow. HEX triplet: 70, 6B and 75. RGB value is (112,107,117). Sum of RGB (Red+Green+Blue) = 112+107+117=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 117 - color contains mainly: blue. Hex color #706B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B75 is #8F948A. Grayscale: #6D6D6D. Windows color (decimal): -9409675 or 7695216. OLE color: 7695216.

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

Color convert

RGB112107117-
CMYK0.040.0900.54
HSL270º4.46%43.92%-
HSV(B)270º8.55%45.88%-
XYZ15.1515.2418.97-
YUV109.64132.16129.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=33.33%
G=31.85%
B=34.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121071170.040.0900.542704.4643.92
Hex706B754903610e42c
Octal160153165411066416454
Binary11100001101011111010110010010110110100001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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