#736666

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

Shades of Dim Gray #736666

Tints of Dim Gray #736666

Color information

#736666 (or 0x736666) is unknown color: approx Dim Gray. HEX triplet: 73, 66 and 66. RGB value is (115,102,102). Sum of RGB (Red+Green+Blue) = 115+102+102=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736666 is #8C9999. Grayscale: #696969. Windows color (decimal): -9214362 or 6710899. OLE color: 6710899.

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

Color convert

RGB115102102-
CMYK00.110.110.55
HSL5.99%42.55%-
HSV(B)11.3%45.1%-
XYZ14.2214.1114.54-
YUV105.89125.81134.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=36.05%
G=31.97%
B=31.97%

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
Decimal11510210200.110.110.5505.9942.55
Hex7366660BB37062b
Octal16314614601313670653
Binary1110011110011011001100101110111101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736666; }

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

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

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

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

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

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

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

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