#706977

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

Shades of Scarpa Flow #706977

Tints of Scarpa Flow #706977

Color information

#706977 (or 0x706977) is unknown color: approx Scarpa Flow. HEX triplet: 70, 69 and 77. RGB value is (112,105,119). Sum of RGB (Red+Green+Blue) = 112+105+119=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #706977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706977 is #8F9688. Grayscale: #6C6C6C. Windows color (decimal): -9410185 or 7825776. OLE color: 7825776.

HSL color Cylindrical-coordinate representation of color #706977: hue angle of 270º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706977 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB112105119-
CMYK0.060.1200.53
HSL270º6.25%43.92%-
HSV(B)270º11.76%46.67%-
XYZ15.0614.8819.53-
YUV108.69133.82130.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=33.33%
G=31.25%
B=35.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121051190.060.1200.532706.2543.92
Hex7069776C03510e62c
Octal160151167614065416654
Binary11100001101001111011111011000110101100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706977; }

 p { color: rgb(112,105,119); }

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

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

 a { background-color: rgb(112,105,119); }

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

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

 span { border-color: rgb(112,105,119); }

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