#716B7A

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

Shades of Scarpa Flow #716B7A

Tints of Scarpa Flow #716B7A

Color information

#716B7A (or 0x716B7A) is unknown color: approx Scarpa Flow. HEX triplet: 71, 6B and 7A. RGB value is (113,107,122). Sum of RGB (Red+Green+Blue) = 113+107+122=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #716B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B7A is #8E9485. Grayscale: #6E6E6E. Windows color (decimal): -9344134 or 8022897. OLE color: 8022897.

HSL color Cylindrical-coordinate representation of color #716B7A: hue angle of 264º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716B7A is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB113107122-
CMYK0.070.1200.52
HSL264º6.55%44.9%-
HSV(B)264º12.3%47.84%-
XYZ15.5815.4320.57-
YUV110.5134.49129.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=33.04%
G=31.29%
B=35.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131071220.070.1200.522646.5544.9
Hex716B7A7C03410872d
Octal161153172714064410755
Binary11100011101011111101011111000110100100001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716B7A; }

 p { color: rgb(113,107,122); }

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

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

 a { background-color: rgb(113,107,122); }

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

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

 span { border-color: rgb(113,107,122); }

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