#68767F

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

Shades of Lynch #68767F

Tints of Lynch #68767F

Color information

#68767F (or 0x68767F) is unknown color: approx Lynch. HEX triplet: 68, 76 and 7F. RGB value is (104,118,127). Sum of RGB (Red+Green+Blue) = 104+118+127=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #68767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68767F is #978980. Grayscale: #727272. Windows color (decimal): -9931137 or 8353384. OLE color: 8353384.

HSL color Cylindrical-coordinate representation of color #68767F: hue angle of 203.48º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68767F is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104118127-
CMYK0.180.0700.50
HSL203.48º9.96%45.29%-
HSV(B)203.48º18.11%49.8%-
XYZ16.0217.4322.6-
YUV114.84134.86120.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 127 (50% from 255) = 36.39%
R=29.80%
G=33.81%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041181270.180.0700.50203.489.9645.29
Hex68767F127032cba2d
Octal1501661772270623131255
Binary110100011101101111111100101110110010110010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68767F; }

 p { color: rgb(104,118,127); }

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

<style>
 a { background-color: #68767F; }

 a { background-color: rgb(104,118,127); }

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

<style>
 span { border-color: #68767F; }

 span { border-color: rgb(104,118,127); }

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