Html Css Color HEX #766E6E Dim Gray

📋 copy color: '#766E6E'

red 118 ◦ green 110 ◦ blue 110

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

Shades of Dim Gray #766E6E

Tints of Dim Gray #766E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 34.91%
G = 32.54%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#766E6E (or 0x766E6E) is known color: Dim Gray. HEX triplet: 76, 6E and 6E. RGB value is (118,110,110). Sum of RGB (Red+Green+Blue) = 118+110+110=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E6E is #899191. Grayscale: #707070. Windows color (decimal): -9015698 or 7237238. OLE color: 7237238.

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

Color convert

RGB 118 110 110 -
CMYK 0 0.07 0.07 0.54
HSL 0.04% 0.45% -
HSV(B) 0.07% 0.46% -
XYZ 15.86 16.13 17.03 -
YUV 112.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 118 110 110 0 0.07 0.07 0.54 0 0.04 0.45
Hex 76 6E 6E 0 7 7 36 0 4 2D
Octal 166 156 156 0 7 7 66 0 4 55
Binary 1110110 1101110 1101110 0 111 111 110110 0 100 101101

Color Harmonies of #766E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E6E

Black with #766E6E

Text Example


Text Example

White with #766E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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