#766969

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

Shades of Dim Gray #766969

Tints of Dim Gray #766969

Color information

#766969 (or 0x766969) is unknown color: approx Dim Gray. HEX triplet: 76, 69 and 69. RGB value is (118,105,105). Sum of RGB (Red+Green+Blue) = 118+105+105=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766969 is #899696. Grayscale: #6C6C6C. Windows color (decimal): -9016983 or 6908278. OLE color: 6908278.

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

Color convert

RGB118105105-
CMYK00.110.110.54
HSL5.83%43.73%-
HSV(B)11.02%46.27%-
XYZ15.0714.9715.46-
YUV108.89125.81134.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=35.98%
G=32.01%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810510500.110.110.5405.8343.73
Hex7669690BB36062c
Octal16615115101313660654
Binary1110110110100111010010101110111101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766969; }

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

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

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

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

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

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

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

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