Html Css Color HEX #706977 Scarpa Flow

📋 copy color: '#706977'

red 112 ◦ green 105 ◦ blue 119

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

Shades of Scarpa Flow #706977

Tints of Scarpa Flow #706977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

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

R = 33.33%
G = 31.25%
B = 35.42%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706977 (or 0x706977) is known color: Scarpa Flow. HEX triplet: 70, 69 and 77. RGB value is (112,105,119). Sum of RGB (Red+Green+Blue) = 112+105+119=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #706977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706977 is #8F9688. Grayscale: #6C6C6C. Windows color (decimal): -9410185 or 7825776. OLE color: 7825776.

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

Color convert

RGB 112 105 119 -
CMYK 0.06 0.12 0 0.53
HSL 270º 0.06% 0.44% -
HSV(B) 270º 0.12% 0.47% -
XYZ 15.06 14.88 19.53 -
YUV 108.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 112 105 119 0.06 0.12 0 0.53 270 0.06 0.44
Hex 70 69 77 6 C 0 35 10E 6 2C
Octal 160 151 167 6 14 0 65 416 6 54
Binary 1110000 1101001 1110111 110 1100 0 110101 100001110 110 101100

Color Harmonies of #706977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706977

Black with #706977

Text Example


Text Example

White with #706977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706977; }

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

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

background-color css

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

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

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

border-color css

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

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

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