#726666

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

Shades of Dim Gray #726666

Tints of Dim Gray #726666

Color information

#726666 (or 0x726666) is unknown color: approx Dim Gray. HEX triplet: 72, 66 and 66. RGB value is (114,102,102). Sum of RGB (Red+Green+Blue) = 114+102+102=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #726666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726666 is #8D9999. Grayscale: #696969. Windows color (decimal): -9279898 or 6710898. OLE color: 6710898.

HSL color Cylindrical-coordinate representation of color #726666: hue angle of 0º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726666 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB114102102-
CMYK00.110.110.55
HSL5.56%42.35%-
HSV(B)10.53%44.71%-
XYZ14.0914.0414.54-
YUV105.59125.98134-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=35.85%
G=32.08%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410210200.110.110.5505.5642.35
Hex7266660BB37062a
Octal16214614601313670652
Binary1110010110011011001100101110111101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726666; }

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

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

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

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

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

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

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

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