#727173

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

Shades of Scarpa Flow #727173

Tints of Scarpa Flow #727173

Color information

#727173 (or 0x727173) is unknown color: approx Scarpa Flow. HEX triplet: 72, 71 and 73. RGB value is (114,113,115). Sum of RGB (Red+Green+Blue) = 114+113+115=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 115 - color contains mainly: blue. Hex color #727173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727173 is #8D8E8C. Grayscale: #717171. Windows color (decimal): -9277069 or 7565682. OLE color: 7565682.

HSL color Cylindrical-coordinate representation of color #727173: hue angle of 270º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #727173 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB114113115-
CMYK0.010.0200.55
HSL270º0.88%44.71%-
HSV(B)270º1.74%45.1%-
XYZ15.9416.6318.59-
YUV113.53128.83128.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 115 (45.31% from 255) = 33.63%
R=33.33%
G=33.04%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141131150.010.0200.552700.8844.71
Hex7271731203710e12d
Octal16216116312067416155
Binary11100101110001111001111001101111000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727173; }

 p { color: rgb(114,113,115); }

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

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

 a { background-color: rgb(114,113,115); }

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

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

 span { border-color: rgb(114,113,115); }

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