Html Css Color HEX #716E75 Scarpa Flow

📋 copy color: '#716E75'

red 113 ◦ green 110 ◦ blue 117

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

Shades of Scarpa Flow #716E75

Tints of Scarpa Flow #716E75

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 33.24%
G = 32.35%
B = 34.41%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716E75 (or 0x716E75) is known color: Scarpa Flow. HEX triplet: 71, 6E and 75. RGB value is (113,110,117). Sum of RGB (Red+Green+Blue) = 113+110+117=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #716E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E75 is #8E918A. Grayscale: #6F6F6F. Windows color (decimal): -9343371 or 7695985. OLE color: 7695985.

HSL color Cylindrical-coordinate representation of color #716E75: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716E75 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 110 117 -
CMYK 0.03 0.06 0 0.54
HSL 265.71º 0.03% 0.45% -
HSV(B) 265.71º 0.06% 0.46% -
XYZ 15.6 15.95 19.09 -
YUV 111.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 113 110 117 0.03 0.06 0 0.54 265.71 0.03 0.45
Hex 71 6E 75 3 6 0 36 10A 3 2D
Octal 161 156 165 3 6 0 66 412 3 55
Binary 1110001 1101110 1110101 11 110 0 110110 100001010 11 101101

Color Harmonies of #716E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E75

Black with #716E75

Text Example


Text Example

White with #716E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716E75; }

 p { color: rgb(113,110,117); }

 H1.HeaderClassName
 {
   color: #716E75;
 }
 .AnyTagClassName
 {
   color: #716E75;
 }
</style>

background-color css

<style>
 a { background-color: #716E75; }

 a { background-color: rgb(113,110,117); }

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

border-color css

<style>
 span { border-color: #716E75; }

 span { border-color: rgb(113,110,117); }

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