#677A85

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

Shades of Lynch #677A85

Tints of Lynch #677A85

Color information

#677A85 (or 0x677A85) is unknown color: approx Lynch. HEX triplet: 67, 7A and 85. RGB value is (103,122,133). Sum of RGB (Red+Green+Blue) = 103+122+133=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #677A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A85 is #98857A. Grayscale: #757575. Windows color (decimal): -9995643 or 8747623. OLE color: 8747623.

HSL color Cylindrical-coordinate representation of color #677A85: hue angle of 202º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677A85 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103122133-
CMYK0.230.0800.48
HSL202º12.71%46.27%-
HSV(B)202º22.56%52.16%-
XYZ16.7918.524.88-
YUV117.57136.71117.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=28.77%
G=34.08%
B=37.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031221330.230.0800.4820212.7146.27
Hex677A85178030cad2e
Octal14717220527100603121556
Binary11001111111010100001011011110000110000110010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677A85; }

 p { color: rgb(103,122,133); }

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

<style>
 a { background-color: #677A85; }

 a { background-color: rgb(103,122,133); }

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

<style>
 span { border-color: #677A85; }

 span { border-color: rgb(103,122,133); }

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