#766A6A

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

Shades of Dim Gray #766A6A

Tints of Dim Gray #766A6A

Color information

#766A6A (or 0x766A6A) is unknown color: approx Dim Gray. HEX triplet: 76, 6A and 6A. RGB value is (118,106,106). Sum of RGB (Red+Green+Blue) = 118+106+106=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 118 - color contains mainly: red. Hex color #766A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A6A is #899595. Grayscale: #6D6D6D. Windows color (decimal): -9016726 or 6974070. OLE color: 6974070.

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

Color convert

RGB118106106-
CMYK00.100.100.54
HSL5.36%43.92%-
HSV(B)10.17%46.27%-
XYZ15.2315.215.77-
YUV109.59125.98134-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=35.76%
G=32.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810610600.100.100.5405.3643.92
Hex766A6A0AA36052c
Octal16615215201212660554
Binary1110110110101011010100101010101101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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