Html Css Color HEX #766E6D Dim Gray

📋 copy color: '#766E6D'

red 118 ◦ green 110 ◦ blue 109

#766E6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dim Gray #766E6D

Tints of Dim Gray #766E6D

RGB

 RED value IS 118 (46.48% from 255) = 35.01%

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 35.01%
G = 32.64%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#766E6D (or 0x766E6D) is known color: Dim Gray. HEX triplet: 76, 6E and 6D. RGB value is (118,110,109). Sum of RGB (Red+Green+Blue) = 118+110+109=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #766E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E6D is #899192. Grayscale: #707070. Windows color (decimal): -9015699 or 7171702. OLE color: 7171702.

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

Color convert

RGB 118 110 109 -
CMYK 0 0.07 0.08 0.54
HSL 6.67º 0.04% 0.45% -
HSV(B) 6.67º 0.08% 0.46% -
XYZ 15.81 16.11 16.74 -
YUV 112.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 118 110 109 0 0.07 0.08 0.54 6.67 0.04 0.45
Hex 76 6E 6D 0 7 8 36 7 4 2D
Octal 166 156 155 0 7 10 66 7 4 55
Binary 1110110 1101110 1101101 0 111 1000 110110 111 100 101101

Color Harmonies of #766E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E6D

Black with #766E6D

Text Example


Text Example

White with #766E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,109); }

 H1.HeaderClassName
 {
   color: #766E6D;
 }
 .AnyTagClassName
 {
   color: #766E6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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