#706868

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

Shades of Dim Gray #706868

Tints of Dim Gray #706868

Color information

#706868 (or 0x706868) is unknown color: approx Dim Gray. HEX triplet: 70, 68 and 68. RGB value is (112,104,104). Sum of RGB (Red+Green+Blue) = 112+104+104=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #706868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706868 is #8F9797. Grayscale: #6A6A6A. Windows color (decimal): -9410456 or 6842480. OLE color: 6842480.

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

Color convert

RGB112104104-
CMYK00.070.070.56
HSL3.7%42.35%-
HSV(B)7.14%43.92%-
XYZ14.1314.3415.12-
YUV106.39126.65132-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=35%
G=32.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210410400.070.070.5603.742.35
Hex70686807738042a
Octal160150150077700452
Binary11100001101000110100001111111110000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706868; }

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

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

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

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

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

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

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

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