#766C6B

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

Shades of Dim Gray #766C6B

Tints of Dim Gray #766C6B

Color information

#766C6B (or 0x766C6B) is unknown color: approx Dim Gray. HEX triplet: 76, 6C and 6B. RGB value is (118,108,107). Sum of RGB (Red+Green+Blue) = 118+108+107=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C6B is #899394. Grayscale: #6E6E6E. Windows color (decimal): -9016213 or 7040118. OLE color: 7040118.

HSL color Cylindrical-coordinate representation of color #766C6B: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766C6B is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB118108107-
CMYK00.080.090.54
HSL5.45º4.89%44.12%-
HSV(B)5.45º9.32%46.27%-
XYZ15.4915.6416.11-
YUV110.88125.81133.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=35.44%
G=32.43%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810810700.080.090.545.454.8944.12
Hex766C6B08936552c
Octal16615415301011665554
Binary111011011011001101011010001001110110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C6B; }

 p { color: rgb(118,108,107); }

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

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

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

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

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

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

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