#706B74

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

Shades of Scarpa Flow #706B74

Tints of Scarpa Flow #706B74

Color information

#706B74 (or 0x706B74) is unknown color: approx Scarpa Flow. HEX triplet: 70, 6B and 74. RGB value is (112,107,116). Sum of RGB (Red+Green+Blue) = 112+107+116=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 116 - color contains mainly: blue. Hex color #706B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B74 is #8F948B. Grayscale: #6D6D6D. Windows color (decimal): -9409676 or 7629680. OLE color: 7629680.

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

Color convert

RGB112107116-
CMYK0.030.0800.55
HSL273.33º4.04%43.73%-
HSV(B)273.33º7.76%45.49%-
XYZ15.0915.2218.67-
YUV109.52131.66129.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=33.43%
G=31.94%
B=34.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121071160.030.0800.55273.334.0443.73
Hex706B743803711142c
Octal160153164310067421454
Binary1110000110101111101001110000110111100010001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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