#736868

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

Shades of Dim Gray #736868

Tints of Dim Gray #736868

Color information

#736868 (or 0x736868) is unknown color: approx Dim Gray. HEX triplet: 73, 68 and 68. RGB value is (115,104,104). Sum of RGB (Red+Green+Blue) = 115+104+104=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736868 is #8C9797. Grayscale: #6B6B6B. Windows color (decimal): -9213848 or 6842483. OLE color: 6842483.

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

Color convert

RGB115104104-
CMYK00.100.100.55
HSL5.02%42.94%-
HSV(B)9.57%45.1%-
XYZ14.5214.5415.14-
YUV107.29126.14133.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=35.60%
G=32.20%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510410400.100.100.5505.0242.94
Hex7368680AA37052b
Octal16315015001212670553
Binary1110011110100011010000101010101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736868; }

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

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

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

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

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

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

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

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