Html Css Color HEX #716F74 Scarpa Flow

📋 copy color: '#716F74'

red 113 ◦ green 111 ◦ blue 116

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

Shades of Scarpa Flow #716F74

Tints of Scarpa Flow #716F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 33.24%
G = 32.65%
B = 34.12%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716F74 (or 0x716F74) is known color: Scarpa Flow. HEX triplet: 71, 6F and 74. RGB value is (113,111,116). Sum of RGB (Red+Green+Blue) = 113+111+116=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: blue. Hex color #716F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F74 is #8E908B. Grayscale: #707070. Windows color (decimal): -9343116 or 7630705. OLE color: 7630705.

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

Color convert

RGB 113 111 116 -
CMYK 0.03 0.04 0 0.55
HSL 264º 0.02% 0.45% -
HSV(B) 264º 0.04% 0.45% -
XYZ 15.65 16.14 18.81 -
YUV 112.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 113 111 116 0.03 0.04 0 0.55 264 0.02 0.45
Hex 71 6F 74 3 4 0 37 108 2 2D
Octal 161 157 164 3 4 0 67 410 2 55
Binary 1110001 1101111 1110100 11 100 0 110111 100001000 10 101101

Color Harmonies of #716F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F74

Black with #716F74

Text Example


Text Example

White with #716F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,111,116); }

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

background-color css

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

 a { background-color: rgb(113,111,116); }

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

border-color css

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

 span { border-color: rgb(113,111,116); }

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