#69767F

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

Shades of Lynch #69767F

Tints of Lynch #69767F

Color information

#69767F (or 0x69767F) is unknown color: approx Lynch. HEX triplet: 69, 76 and 7F. RGB value is (105,118,127). Sum of RGB (Red+Green+Blue) = 105+118+127=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #69767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69767F is #968980. Grayscale: #737373. Windows color (decimal): -9865601 or 8353385. OLE color: 8353385.

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

Color convert

RGB105118127-
CMYK0.170.0700.50
HSL204.55º9.48%45.49%-
HSV(B)204.55º17.32%49.8%-
XYZ16.1317.4922.6-
YUV115.14134.69120.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 127 (50% from 255) = 36.29%
R=30%
G=33.71%
B=36.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051181270.170.0700.50204.559.4845.49
Hex69767F117032cd92d
Octal1511661772170623151155
Binary110100111101101111111100011110110010110011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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