#786C6C

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

Shades of Dim Gray #786C6C

Tints of Dim Gray #786C6C

Color information

#786C6C (or 0x786C6C) is unknown color: approx Dim Gray. HEX triplet: 78, 6C and 6C. RGB value is (120,108,108). Sum of RGB (Red+Green+Blue) = 120+108+108=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 120 - color contains mainly: red. Hex color #786C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C6C is #879393. Grayscale: #6F6F6F. Windows color (decimal): -8885140 or 7105656. OLE color: 7105656.

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

Color convert

RGB120108108-
CMYK00.100.100.53
HSL5.26%44.71%-
HSV(B)10%47.06%-
XYZ15.8215.816.4-
YUV111.59125.98134-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=35.71%
G=32.14%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12010810800.100.100.5305.2644.71
Hex786C6C0AA35052d
Octal17015415401212650555
Binary1111000110110011011000101010101101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786C6C; }

 p { color: rgb(120,108,108); }

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

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

 a { background-color: rgb(120,108,108); }

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

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

 span { border-color: rgb(120,108,108); }

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