Html Css Color HEX #706979 Scarpa Flow

📋 copy color: '#706979'

red 112 ◦ green 105 ◦ blue 121

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

Shades of Scarpa Flow #706979

Tints of Scarpa Flow #706979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 33.14%
G = 31.07%
B = 35.8%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706979 (or 0x706979) is known color: Scarpa Flow. HEX triplet: 70, 69 and 79. RGB value is (112,105,121). Sum of RGB (Red+Green+Blue) = 112+105+121=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 121 - color contains mainly: blue. Hex color #706979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706979 is #8F9686. Grayscale: #6C6C6C. Windows color (decimal): -9410183 or 7956848. OLE color: 7956848.

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

Color convert

RGB 112 105 121 -
CMYK 0.07 0.13 0 0.53
HSL 266.25º 0.07% 0.44% -
HSV(B) 266.25º 0.13% 0.47% -
XYZ 15.18 14.93 20.17 -
YUV 108.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 112 105 121 0.07 0.13 0 0.53 266.25 0.07 0.44
Hex 70 69 79 7 D 0 35 10A 7 2C
Octal 160 151 171 7 15 0 65 412 7 54
Binary 1110000 1101001 1111001 111 1101 0 110101 100001010 111 101100

Color Harmonies of #706979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706979

Black with #706979

Text Example


Text Example

White with #706979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706979; }

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

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

background-color css

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

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

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

border-color css

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

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

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