Html Css Color HEX #716666 Dim Gray

📋 copy color: '#716666'

red 113 ◦ green 102 ◦ blue 102

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

Shades of Dim Gray #716666

Tints of Dim Gray #716666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 35.65%
G = 32.18%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#716666 (or 0x716666) is known color: Dim Gray. HEX triplet: 71, 66 and 66. RGB value is (113,102,102). Sum of RGB (Red+Green+Blue) = 113+102+102=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #716666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716666 is #8E9999. Grayscale: #696969. Windows color (decimal): -9345434 or 6710897. OLE color: 6710897.

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

Color convert

RGB 113 102 102 -
CMYK 0 0.10 0.10 0.56
HSL 0.05% 0.42% -
HSV(B) 0.1% 0.44% -
XYZ 13.96 13.97 14.53 -
YUV 105.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 113 102 102 0 0.10 0.10 0.56 0 0.05 0.42
Hex 71 66 66 0 A A 38 0 5 2A
Octal 161 146 146 0 12 12 70 0 5 52
Binary 1110001 1100110 1100110 0 1010 1010 111000 0 101 101010

Color Harmonies of #716666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716666

Black with #716666

Text Example


Text Example

White with #716666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716666; }

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

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

background-color css

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

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

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

border-color css

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

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

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