#726E79

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

Shades of Scarpa Flow #726E79

Tints of Scarpa Flow #726E79

Color information

#726E79 (or 0x726E79) is unknown color: approx Scarpa Flow. HEX triplet: 72, 6E and 79. RGB value is (114,110,121). Sum of RGB (Red+Green+Blue) = 114+110+121=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 121 - color contains mainly: blue. Hex color #726E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E79 is #8D9186. Grayscale: #707070. Windows color (decimal): -9277831 or 7958130. OLE color: 7958130.

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

Color convert

RGB114110121-
CMYK0.060.0900.53
HSL261.82º4.76%45.29%-
HSV(B)261.82º9.09%47.45%-
XYZ15.9716.1120.36-
YUV112.45132.83129.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=33.04%
G=31.88%
B=35.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141101210.060.0900.53261.824.7645.29
Hex726E796903510652d
Octal162156171611065406555
Binary11100101101110111100111010010110101100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726E79; }

 p { color: rgb(114,110,121); }

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

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

 a { background-color: rgb(114,110,121); }

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

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

 span { border-color: rgb(114,110,121); }

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