#726F76

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

Shades of Scarpa Flow #726F76

Tints of Scarpa Flow #726F76

Color information

#726F76 (or 0x726F76) is unknown color: approx 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

RGB114111118-
CMYK0.030.0600.54
HSL265.71º3.06%44.9%-
HSV(B)265.71º5.93%46.27%-
XYZ15.8916.2519.44-
YUV112.7130.99128.93-

RGB Variations

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

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.40%
R=33.24%
G=32.36%
B=34.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141111180.030.0600.54265.713.0644.9
Hex726F763603610a32d
Octal16215716636066412355
Binary11100101101111111011011110011011010000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>