Html Css Color HEX #706B75 Scarpa Flow

📋 copy color: '#706B75'

red 112 ◦ green 107 ◦ blue 117

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

Shades of Scarpa Flow #706B75

Tints of Scarpa Flow #706B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 33.33%
G = 31.85%
B = 34.82%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706B75 (or 0x706B75) is known color: Scarpa Flow. HEX triplet: 70, 6B and 75. RGB value is (112,107,117). Sum of RGB (Red+Green+Blue) = 112+107+117=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 117 - color contains mainly: blue. Hex color #706B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B75 is #8F948A. Grayscale: #6D6D6D. Windows color (decimal): -9409675 or 7695216. OLE color: 7695216.

HSL color Cylindrical-coordinate representation of color #706B75: hue angle of 270º degrees, saturation: 0.04, 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 #706B75 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 107 117 -
CMYK 0.04 0.09 0 0.54
HSL 270º 0.04% 0.44% -
HSV(B) 270º 0.09% 0.46% -
XYZ 15.15 15.24 18.97 -
YUV 109.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 112 107 117 0.04 0.09 0 0.54 270 0.04 0.44
Hex 70 6B 75 4 9 0 36 10E 4 2C
Octal 160 153 165 4 11 0 66 416 4 54
Binary 1110000 1101011 1110101 100 1001 0 110110 100001110 100 101100

Color Harmonies of #706B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B75

Black with #706B75

Text Example


Text Example

White with #706B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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