Html Css Color HEX #766F6E Dim Gray

📋 copy color: '#766F6E'

red 118 ◦ green 111 ◦ blue 110

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

Shades of Dim Gray #766F6E

Tints of Dim Gray #766F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

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

R = 34.81%
G = 32.74%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#766F6E (or 0x766F6E) is known color: Dim Gray. HEX triplet: 76, 6F and 6E. RGB value is (118,111,110). Sum of RGB (Red+Green+Blue) = 118+111+110=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #766F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F6E is #899091. Grayscale: #707070. Windows color (decimal): -9015442 or 7237494. OLE color: 7237494.

HSL color Cylindrical-coordinate representation of color #766F6E: hue angle of 7.5º 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 #766F6E is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 110 -
CMYK 0 0.06 0.07 0.54
HSL 7.5º 0.04% 0.45% -
HSV(B) 7.5º 0.07% 0.46% -
XYZ 15.97 16.35 17.07 -
YUV 112.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 118 111 110 0 0.06 0.07 0.54 7.5 0.04 0.45
Hex 76 6F 6E 0 6 7 36 8 4 2D
Octal 166 157 156 0 6 7 66 10 4 55
Binary 1110110 1101111 1101110 0 110 111 110110 1000 100 101101

Color Harmonies of #766F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F6E

Black with #766F6E

Text Example


Text Example

White with #766F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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