Html Css Color HEX #706C75 Scarpa Flow

📋 copy color: '#706C75'

red 112 ◦ green 108 ◦ blue 117

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

Shades of Scarpa Flow #706C75

Tints of Scarpa Flow #706C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 33.23%
G = 32.05%
B = 34.72%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706C75 (or 0x706C75) is known color: Scarpa Flow. HEX triplet: 70, 6C and 75. RGB value is (112,108,117). Sum of RGB (Red+Green+Blue) = 112+108+117=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #706C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C75 is #8F938A. Grayscale: #6E6E6E. Windows color (decimal): -9409419 or 7695472. OLE color: 7695472.

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

Color convert

RGB 112 108 117 -
CMYK 0.04 0.08 0 0.54
HSL 266.67º 0.04% 0.44% -
HSV(B) 266.67º 0.08% 0.46% -
XYZ 15.26 15.45 19.01 -
YUV 110.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 112 108 117 0.04 0.08 0 0.54 266.67 0.04 0.44
Hex 70 6C 75 4 8 0 36 10B 4 2C
Octal 160 154 165 4 10 0 66 413 4 54
Binary 1110000 1101100 1110101 100 1000 0 110110 100001011 100 101100

Color Harmonies of #706C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C75

Black with #706C75

Text Example


Text Example

White with #706C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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