Html Css Color HEX #6D766E Blue Smoke

📋 copy color: '#6D766E'

red 109 ◦ green 118 ◦ blue 110

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

Shades of Blue Smoke #6D766E

Tints of Blue Smoke #6D766E

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#6D766E (or 0x6D766E) is known color: Blue Smoke. HEX triplet: 6D, 76 and 6E. RGB value is (109,118,110). Sum of RGB (Red+Green+Blue) = 109+118+110=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #6D766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D766E is #928991. Grayscale: #727272. Windows color (decimal): -9603474 or 7239277. OLE color: 7239277.

HSL color Cylindrical-coordinate representation of color #6D766E: hue angle of 126.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 #6D766E is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 118 110 -
CMYK 0.08 0 0.07 0.54
HSL 126.67º 0.04% 0.45% -
HSV(B) 126.67º 0.08% 0.46% -
XYZ 15.6 17.33 17.28 -
YUV 114.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 109 118 110 0.08 0 0.07 0.54 126.67 0.04 0.45
Hex 6D 76 6E 8 0 7 36 7F 4 2D
Octal 155 166 156 10 0 7 66 177 4 55
Binary 1101101 1110110 1101110 1000 0 111 110110 1111111 100 101101

Color Harmonies of #6D766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D766E

Black with #6D766E

Text Example


Text Example

White with #6D766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D766E; }

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

 H1.HeaderClassName
 {
   color: #6D766E;
 }
 .AnyTagClassName
 {
   color: #6D766E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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