Html Css Color HEX #6E787E Lynch

📋 copy color: '#6E787E'

red 110 ◦ green 120 ◦ blue 126

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

Shades of Lynch #6E787E

Tints of Lynch #6E787E

RGB

 RED value IS 110 (43.36% from 255) = 30.9%

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

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

R = 30.9%
G = 33.71%
B = 35.39%

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

#6E787E (or 0x6E787E) is known color: Lynch. HEX triplet: 6E, 78 and 7E. RGB value is (110,120,126). Sum of RGB (Red+Green+Blue) = 110+120+126=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E787E is #918781. Grayscale: #757575. Windows color (decimal): -9537410 or 8288366. OLE color: 8288366.

HSL color Cylindrical-coordinate representation of color #6E787E: hue angle of 202.5º 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 #6E787E is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 120 126 -
CMYK 0.13 0.05 0 0.51
HSL 202.5º 0.07% 0.46% -
HSV(B) 202.5º 0.13% 0.49% -
XYZ 16.91 18.25 22.37 -
YUV 117.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 110 120 126 0.13 0.05 0 0.51 202.5 0.07 0.46
Hex 6E 78 7E D 5 0 33 CA 7 2E
Octal 156 170 176 15 5 0 63 312 7 56
Binary 1101110 1111000 1111110 1101 101 0 110011 11001010 111 101110

Color Harmonies of #6E787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E787E

Black with #6E787E

Text Example


Text Example

White with #6E787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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