Html Css Color HEX #726E77 Scarpa Flow

📋 copy color: '#726E77'

red 114 ◦ green 110 ◦ blue 119

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

Shades of Scarpa Flow #726E77

Tints of Scarpa Flow #726E77

RGB

 RED value IS 114 (44.92% from 255) = 33.24%

 GREEN value IS 110 (43.36% from 255) = 32.07%

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 33.24%
G = 32.07%
B = 34.69%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726E77 (or 0x726E77) is known color: Scarpa Flow. HEX triplet: 72, 6E and 77. RGB value is (114,110,119). Sum of RGB (Red+Green+Blue) = 114+110+119=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 119 - color contains mainly: blue. Hex color #726E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E77 is #8D9188. Grayscale: #707070. Windows color (decimal): -9277833 or 7827058. OLE color: 7827058.

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

Color convert

RGB 114 110 119 -
CMYK 0.04 0.08 0 0.53
HSL 266.67º 0.04% 0.45% -
HSV(B) 266.67º 0.08% 0.47% -
XYZ 15.85 16.06 19.72 -
YUV 112.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 114 110 119 0.04 0.08 0 0.53 266.67 0.04 0.45
Hex 72 6E 77 4 8 0 35 10B 4 2D
Octal 162 156 167 4 10 0 65 413 4 55
Binary 1110010 1101110 1110111 100 1000 0 110101 100001011 100 101101

Color Harmonies of #726E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E77

Black with #726E77

Text Example


Text Example

White with #726E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #726E77;
 }
 .AnyTagClassName
 {
   color: #726E77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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