#6B787F

Color #6B787F Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #6B787F

Tints of Lynch #6B787F

Color information

#6B787F (or 0x6B787F) is unknown color: approx Lynch. HEX triplet: 6B, 78 and 7F. RGB value is (107,120,127). Sum of RGB (Red+Green+Blue) = 107+120+127=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B787F is #948780. Grayscale: #747474. Windows color (decimal): -9734017 or 8353899. OLE color: 8353899.

HSL color Cylindrical-coordinate representation of color #6B787F: hue angle of 201º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B787F is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB107120127-
CMYK0.160.0600.50
HSL201º8.55%45.88%-
HSV(B)201º15.75%49.8%-
XYZ16.6118.0922.7-
YUV116.91133.69120.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.23%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 127 (50% from 255) = 35.88%
R=30.23%
G=33.90%
B=35.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1071201270.160.0600.502018.5545.88
Hex6B787F106032c992e
Octal1531701772060623111156
Binary110101111110001111111100001100110010110010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,120,127); }

 H1.HeaderClassName
 {
   color: #6B787F;
 }
 .AnyTagClassName
 {
   color: #6B787F;
 }
</style>
background-color css

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

 a { background-color: rgb(107,120,127); }

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

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

 span { border-color: rgb(107,120,127); }

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