Html Css Color HEX #716F6F Dim Gray

📋 copy color: '#716F6F'

red 113 ◦ green 111 ◦ blue 111

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

Shades of Dim Gray #716F6F

Tints of Dim Gray #716F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 33.73%
G = 33.13%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#716F6F (or 0x716F6F) is known color: Dim Gray. HEX triplet: 71, 6F and 6F. RGB value is (113,111,111). Sum of RGB (Red+Green+Blue) = 113+111+111=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 113 - color contains mainly: red. Hex color #716F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F6F is #8E9090. Grayscale: #6F6F6F. Windows color (decimal): -9343121 or 7303025. OLE color: 7303025.

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

Color convert

RGB 113 111 111 -
CMYK 0 0.02 0.02 0.56
HSL 0.01% 0.44% -
HSV(B) 0.02% 0.44% -
XYZ 15.36 16.03 17.32 -
YUV 111.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 113 111 111 0 0.02 0.02 0.56 0 0.01 0.44
Hex 71 6F 6F 0 2 2 38 0 1 2C
Octal 161 157 157 0 2 2 70 0 1 54
Binary 1110001 1101111 1101111 0 10 10 111000 0 1 101100

Color Harmonies of #716F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F6F

Black with #716F6F

Text Example


Text Example

White with #716F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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