Html Css Color HEX #726E79 Scarpa Flow

📋 copy color: '#726E79'

red 114 ◦ green 110 ◦ blue 121

#726E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarpa Flow #726E79

Tints of Scarpa Flow #726E79

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 value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726E79 (or 0x726E79) is known color: 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

RGB 114 110 121 -
CMYK 0.06 0.09 0 0.53
HSL 261.82º 0.05% 0.45% -
HSV(B) 261.82º 0.09% 0.47% -
XYZ 15.97 16.11 20.36 -
YUV 112.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 114 110 121 0.06 0.09 0 0.53 261.82 0.05 0.45
Hex 72 6E 79 6 9 0 35 106 5 2D
Octal 162 156 171 6 11 0 65 406 5 55
Binary 1110010 1101110 1111001 110 1001 0 110101 100000110 101 101101

Color Harmonies of #726E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E79

Black with #726E79

Text Example


Text Example

White with #726E79

Text Example


Text Example

HTML Codes & Css Web 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>