Html Css Color HEX #706A76 Scarpa Flow

📋 copy color: '#706A76'

red 112 ◦ green 106 ◦ blue 118

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

Shades of Scarpa Flow #706A76

Tints of Scarpa Flow #706A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.12%

R = 33.33%
G = 31.55%
B = 35.12%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706A76 (or 0x706A76) is known color: Scarpa Flow. HEX triplet: 70, 6A and 76. RGB value is (112,106,118). Sum of RGB (Red+Green+Blue) = 112+106+118=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #706A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A76 is #8F9589. Grayscale: #6D6D6D. Windows color (decimal): -9409930 or 7760496. OLE color: 7760496.

HSL color Cylindrical-coordinate representation of color #706A76: hue angle of 270º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706A76 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 106 118 -
CMYK 0.05 0.10 0 0.54
HSL 270º 0.05% 0.44% -
HSV(B) 270º 0.1% 0.46% -
XYZ 15.11 15.06 19.25 -
YUV 109.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 112 106 118 0.05 0.10 0 0.54 270 0.05 0.44
Hex 70 6A 76 5 A 0 36 10E 5 2C
Octal 160 152 166 5 12 0 66 416 5 54
Binary 1110000 1101010 1110110 101 1010 0 110110 100001110 101 101100

Color Harmonies of #706A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A76

Black with #706A76

Text Example


Text Example

White with #706A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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