#716767

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

Shades of Dim Gray #716767

Tints of Dim Gray #716767

Color information

#716767 (or 0x716767) is unknown color: approx Dim Gray. HEX triplet: 71, 67 and 67. RGB value is (113,103,103). Sum of RGB (Red+Green+Blue) = 113+103+103=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #716767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716767 is #8E9898. Grayscale: #696969. Windows color (decimal): -9345177 or 6776689. OLE color: 6776689.

HSL color Cylindrical-coordinate representation of color #716767: 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.09%. Process color model (Four color, CMYK) of #716767 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB113103103-
CMYK00.090.090.56
HSL4.63%42.35%-
HSV(B)8.85%44.31%-
XYZ14.1114.1914.83-
YUV105.99126.31133-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 103 (40.62% from 255) = 32.29%
R=35.42%
G=32.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310310300.090.090.5604.6342.35
Hex71676709938052a
Octal16114714701111700552
Binary1110001110011111001110100110011110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716767; }

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

 H1.HeaderClassName
 {
   color: #716767;
 }
 .AnyTagClassName
 {
   color: #716767;
 }
</style>
background-color css

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

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

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

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

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

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