#766F6F

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

Shades of Dim Gray #766F6F

Tints of Dim Gray #766F6F

Color information

#766F6F (or 0x766F6F) is unknown color: approx Dim Gray. HEX triplet: 76, 6F and 6F. RGB value is (118,111,111). Sum of RGB (Red+Green+Blue) = 118+111+111=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #766F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F6F is #899090. Grayscale: #717171. Windows color (decimal): -9015441 or 7303030. OLE color: 7303030.

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

Color convert

RGB118111111-
CMYK00.060.060.54
HSL3.06%44.9%-
HSV(B)5.93%46.27%-
XYZ16.0216.3717.35-
YUV113.09126.82131.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=34.71%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811111100.060.060.5403.0644.9
Hex766F6F06636032d
Octal166157157066660355
Binary1110110110111111011110110110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,111,111); }

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

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

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

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

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

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

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