Html Css Color HEX #6D787E Lynch

📋 copy color: '#6D787E'

red 109 ◦ green 120 ◦ blue 126

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

Shades of Lynch #6D787E

Tints of Lynch #6D787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 30.7%
G = 33.8%
B = 35.49%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D787E (or 0x6D787E) is known color: Lynch. HEX triplet: 6D, 78 and 7E. RGB value is (109,120,126). Sum of RGB (Red+Green+Blue) = 109+120+126=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D787E is #928781. Grayscale: #757575. Windows color (decimal): -9602946 or 8288365. OLE color: 8288365.

HSL color Cylindrical-coordinate representation of color #6D787E: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D787E is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 120 126 -
CMYK 0.13 0.05 0 0.51
HSL 201.18º 0.07% 0.46% -
HSV(B) 201.18º 0.13% 0.49% -
XYZ 16.79 18.19 22.36 -
YUV 117.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 109 120 126 0.13 0.05 0 0.51 201.18 0.07 0.46
Hex 6D 78 7E D 5 0 33 C9 7 2E
Octal 155 170 176 15 5 0 63 311 7 56
Binary 1101101 1111000 1111110 1101 101 0 110011 11001001 111 101110

Color Harmonies of #6D787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D787E

Black with #6D787E

Text Example


Text Example

White with #6D787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,120,126); }

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

background-color css

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

 a { background-color: rgb(109,120,126); }

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

border-color css

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

 span { border-color: rgb(109,120,126); }

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