Html Css Color HEX #726F76 Scarpa Flow

📋 copy color: '#726F76'

red 114 ◦ green 111 ◦ blue 118

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

Shades of Scarpa Flow #726F76

Tints of Scarpa Flow #726F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 33.24%
G = 32.36%
B = 34.4%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#726F76 (or 0x726F76) is known color: Scarpa Flow. HEX triplet: 72, 6F and 76. RGB value is (114,111,118). Sum of RGB (Red+Green+Blue) = 114+111+118=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 118 - color contains mainly: blue. Hex color #726F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F76 is #8D9089. Grayscale: #707070. Windows color (decimal): -9277578 or 7761778. OLE color: 7761778.

HSL color Cylindrical-coordinate representation of color #726F76: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #726F76 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 111 118 -
CMYK 0.03 0.06 0 0.54
HSL 265.71º 0.03% 0.45% -
HSV(B) 265.71º 0.06% 0.46% -
XYZ 15.89 16.25 19.44 -
YUV 112.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 114 111 118 0.03 0.06 0 0.54 265.71 0.03 0.45
Hex 72 6F 76 3 6 0 36 10A 3 2D
Octal 162 157 166 3 6 0 66 412 3 55
Binary 1110010 1101111 1110110 11 110 0 110110 100001010 11 101101

Color Harmonies of #726F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F76

Black with #726F76

Text Example


Text Example

White with #726F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,111,118); }

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

background-color css

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

 a { background-color: rgb(114,111,118); }

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

border-color css

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

 span { border-color: rgb(114,111,118); }

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