Html Css Color HEX #706A77 Scarpa Flow

📋 copy color: '#706A77'

red 112 ◦ green 106 ◦ blue 119

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

Shades of Scarpa Flow #706A77

Tints of Scarpa Flow #706A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

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

R = 33.23%
G = 31.45%
B = 35.31%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706A77 (or 0x706A77) is known color: Scarpa Flow. HEX triplet: 70, 6A and 77. RGB value is (112,106,119). Sum of RGB (Red+Green+Blue) = 112+106+119=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #706A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A77 is #8F9588. Grayscale: #6D6D6D. Windows color (decimal): -9409929 or 7826032. OLE color: 7826032.

HSL color Cylindrical-coordinate representation of color #706A77: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706A77 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 106 119 -
CMYK 0.06 0.11 0 0.53
HSL 267.69º 0.06% 0.44% -
HSV(B) 267.69º 0.11% 0.47% -
XYZ 15.17 15.08 19.57 -
YUV 109.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 112 106 119 0.06 0.11 0 0.53 267.69 0.06 0.44
Hex 70 6A 77 6 B 0 35 10C 6 2C
Octal 160 152 167 6 13 0 65 414 6 54
Binary 1110000 1101010 1110111 110 1011 0 110101 100001100 110 101100

Color Harmonies of #706A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A77

Black with #706A77

Text Example


Text Example

White with #706A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,106,119); }

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

background-color css

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

 a { background-color: rgb(112,106,119); }

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

border-color css

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

 span { border-color: rgb(112,106,119); }

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