Html Css Color HEX #706B76 Scarpa Flow

📋 copy color: '#706B76'

red 112 ◦ green 107 ◦ blue 118

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

Shades of Scarpa Flow #706B76

Tints of Scarpa Flow #706B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

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

R = 33.23%
G = 31.75%
B = 35.01%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706B76 (or 0x706B76) is known color: Scarpa Flow. HEX triplet: 70, 6B and 76. RGB value is (112,107,118). Sum of RGB (Red+Green+Blue) = 112+107+118=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #706B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B76 is #8F9489. Grayscale: #6D6D6D. Windows color (decimal): -9409674 or 7760752. OLE color: 7760752.

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

Color convert

RGB 112 107 118 -
CMYK 0.05 0.09 0 0.54
HSL 267.27º 0.05% 0.44% -
HSV(B) 267.27º 0.09% 0.46% -
XYZ 15.21 15.27 19.28 -
YUV 109.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 112 107 118 0.05 0.09 0 0.54 267.27 0.05 0.44
Hex 70 6B 76 5 9 0 36 10B 5 2C
Octal 160 153 166 5 11 0 66 413 5 54
Binary 1110000 1101011 1110110 101 1001 0 110110 100001011 101 101100

Color Harmonies of #706B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B76

Black with #706B76

Text Example


Text Example

White with #706B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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