Html Css Color HEX #706E72 Scarpa Flow

📋 copy color: '#706E72'

red 112 ◦ green 110 ◦ blue 114

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

Shades of Scarpa Flow #706E72

Tints of Scarpa Flow #706E72

RGB

 RED value IS 112 (44.14% from 255) = 33.33%

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 33.33%
G = 32.74%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706E72 (or 0x706E72) is known color: Scarpa Flow. HEX triplet: 70, 6E and 72. RGB value is (112,110,114). Sum of RGB (Red+Green+Blue) = 112+110+114=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 114 - color contains mainly: blue. Hex color #706E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E72 is #8F918D. Grayscale: #6F6F6F. Windows color (decimal): -9408910 or 7499376. OLE color: 7499376.

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

Color convert

RGB 112 110 114 -
CMYK 0.02 0.04 0 0.55
HSL 270º 0.02% 0.44% -
HSV(B) 270º 0.04% 0.45% -
XYZ 15.3 15.81 18.17 -
YUV 111.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 112 110 114 0.02 0.04 0 0.55 270 0.02 0.44
Hex 70 6E 72 2 4 0 37 10E 2 2C
Octal 160 156 162 2 4 0 67 416 2 54
Binary 1110000 1101110 1110010 10 100 0 110111 100001110 10 101100

Color Harmonies of #706E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E72

Black with #706E72

Text Example


Text Example

White with #706E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706E72; }

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

 H1.HeaderClassName
 {
   color: #706E72;
 }
 .AnyTagClassName
 {
   color: #706E72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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