Html Css Color HEX #716D6D Dim Gray

📋 copy color: '#716D6D'

red 113 ◦ green 109 ◦ blue 109

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

Shades of Dim Gray #716D6D

Tints of Dim Gray #716D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 34.14%
G = 32.93%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#716D6D (or 0x716D6D) is known color: Dim Gray. HEX triplet: 71, 6D and 6D. RGB value is (113,109,109). Sum of RGB (Red+Green+Blue) = 113+109+109=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 113 - color contains mainly: red. Hex color #716D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D6D is #8E9292. Grayscale: #6E6E6E. Windows color (decimal): -9343635 or 7171441. OLE color: 7171441.

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

Color convert

RGB 113 109 109 -
CMYK 0 0.04 0.04 0.56
HSL 0.02% 0.44% -
HSV(B) 0.04% 0.44% -
XYZ 15.04 15.55 16.68 -
YUV 110.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 113 109 109 0 0.04 0.04 0.56 0 0.02 0.44
Hex 71 6D 6D 0 4 4 38 0 2 2C
Octal 161 155 155 0 4 4 70 0 2 54
Binary 1110001 1101101 1101101 0 100 100 111000 0 10 101100

Color Harmonies of #716D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716D6D

Black with #716D6D

Text Example


Text Example

White with #716D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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