Html Css Color HEX #716B6A Dim Gray

📋 copy color: '#716B6A'

red 113 ◦ green 107 ◦ blue 106

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

Shades of Dim Gray #716B6A

Tints of Dim Gray #716B6A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.82%

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 34.66%
G = 32.82%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#716B6A (or 0x716B6A) is known color: Dim Gray. HEX triplet: 71, 6B and 6A. RGB value is (113,107,106). Sum of RGB (Red+Green+Blue) = 113+107+106=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #716B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B6A is #8E9495. Grayscale: #6C6C6C. Windows color (decimal): -9344150 or 6974321. OLE color: 6974321.

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

Color convert

RGB 113 107 106 -
CMYK 0 0.05 0.06 0.56
HSL 8.57º 0.03% 0.43% -
HSV(B) 8.57º 0.06% 0.44% -
XYZ 14.67 15.07 15.77 -
YUV 108.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 113 107 106 0 0.05 0.06 0.56 8.57 0.03 0.43
Hex 71 6B 6A 0 5 6 38 9 3 2B
Octal 161 153 152 0 5 6 70 11 3 53
Binary 1110001 1101011 1101010 0 101 110 111000 1001 11 101011

Color Harmonies of #716B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B6A

Black with #716B6A

Text Example


Text Example

White with #716B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,107,106); }

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

background-color css

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

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

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

border-color css

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

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

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