#716766

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

Shades of Dim Gray #716766

Tints of Dim Gray #716766

Color information

#716766 (or 0x716766) is unknown color: approx Dim Gray. HEX triplet: 71, 67 and 66. RGB value is (113,103,102). Sum of RGB (Red+Green+Blue) = 113+103+102=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716766 is #8E9899. Grayscale: #696969. Windows color (decimal): -9345178 or 6711153. OLE color: 6711153.

HSL color Cylindrical-coordinate representation of color #716766: hue angle of 5.45º 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 #716766 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB113103102-
CMYK00.090.100.56
HSL5.45º5.12%42.16%-
HSV(B)5.45º9.73%44.31%-
XYZ14.0614.1714.56-
YUV105.88125.81133.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=35.53%
G=32.39%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310310200.090.100.565.455.1242.16
Hex71676609A38552a
Octal16114714601112705552
Binary111000111001111100110010011010111000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716766; }

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

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

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

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

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

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

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

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