#716B6A

Color #716B6A Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #716B6A

Tints of Dim Gray #716B6A

Color information

#716B6A (or 0x716B6A) is unknown color: approx 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

RGB113107106-
CMYK00.050.060.56
HSL8.57º3.2%42.94%-
HSV(B)8.57º6.19%44.31%-
XYZ14.6715.0715.77-
YUV108.68126.49131.08-

RGB Variations

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

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.80% from 255) = 32.52%
R=34.66%
G=32.82%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310710600.050.060.568.573.242.94
Hex716B6A05638932b
Octal1611531520567011353
Binary1110001110101111010100101110111000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>