Html Css Color HEX #706D75 Scarpa Flow

📋 copy color: '#706D75'

red 112 ◦ green 109 ◦ blue 117

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

Shades of Scarpa Flow #706D75

Tints of Scarpa Flow #706D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

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

R = 33.14%
G = 32.25%
B = 34.62%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706D75 (or 0x706D75) is known color: Scarpa Flow. HEX triplet: 70, 6D and 75. RGB value is (112,109,117). Sum of RGB (Red+Green+Blue) = 112+109+117=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 117 - color contains mainly: blue. Hex color #706D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D75 is #8F928A. Grayscale: #6E6E6E. Windows color (decimal): -9409163 or 7695728. OLE color: 7695728.

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

Color convert

RGB 112 109 117 -
CMYK 0.04 0.07 0 0.54
HSL 262.5º 0.04% 0.44% -
HSV(B) 262.5º 0.07% 0.46% -
XYZ 15.36 15.67 19.04 -
YUV 110.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 112 109 117 0.04 0.07 0 0.54 262.5 0.04 0.44
Hex 70 6D 75 4 7 0 36 106 4 2C
Octal 160 155 165 4 7 0 66 406 4 54
Binary 1110000 1101101 1110101 100 111 0 110110 100000110 100 101100

Color Harmonies of #706D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D75

Black with #706D75

Text Example


Text Example

White with #706D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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